Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
committed
Commits:
7c114ef7 by Caleb Maclennan at 2026-01-09T22:33:00+03:00
upgpkg: 1.1.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = committed
pkgdesc = Nitpicking your commit history
- pkgver = 1.1.9
+ pkgver = 1.1.10
pkgrel = 1
url = https://github.com/crate-ci/committed
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = committed
depends = glibc
depends = libgit2
depends = zlib
- source =
https://github.com/crate-ci/committed/archive/v1.1.9/committed-1.1.9.tar.gz
- sha256sums =
e4b5c9dde89ae155f4c7fb3edacd91044d4e399dfdc5f1889956697b8cd93173
+ source =
https://github.com/crate-ci/committed/archive/v1.1.10/committed-1.1.10.tar.gz
+ sha256sums =
028a5d0c968414dc00d657fe4b6c76962071e46f39c57bb492ccd010421d3660
pkgname = committed
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=committed
-pkgver=1.1.9
+pkgver=1.1.10
pkgrel=1
pkgdesc="Nitpicking your commit history"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache-2.0' 'MIT')
depends=('gcc-libs' 'glibc' 'libgit2' 'zlib')
makedepends=('cargo')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e4b5c9dde89ae155f4c7fb3edacd91044d4e399dfdc5f1889956697b8cd93173')
+sha256sums=('028a5d0c968414dc00d657fe4b6c76962071e46f39c57bb492ccd010421d3660')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/7c114ef7626bb3d3122d2cd9b11f472c56253a62
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/7c114ef7626bb3d3122d2cd9b11f472c56253a62
You're receiving this email because of your account on gitlab.archlinux.org.