Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
committed
Commits:
be1f12a7 by Orhun Parmaksız at 2025-11-19T19:03:35+03:00
upgpkg: 1.1.8-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = committed
pkgdesc = Nitpicking your commit history
- pkgver = 1.1.7
+ pkgver = 1.1.8
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.7/committed-1.1.7.tar.gz
- sha256sums =
c4eff58669067963f72f9170841e88b13a5de7621e8b2bfbe7cd1cdbd4f7afde
+ source =
https://github.com/crate-ci/committed/archive/v1.1.8/committed-1.1.8.tar.gz
+ sha256sums =
8b0a960e205e06afaddc89e611c15a88dfab1ad56b81d583b496b5e16f8dc54c
pkgname = committed
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=committed
-pkgver=1.1.7
+pkgver=1.1.8
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=('c4eff58669067963f72f9170841e88b13a5de7621e8b2bfbe7cd1cdbd4f7afde')
+sha256sums=('8b0a960e205e06afaddc89e611c15a88dfab1ad56b81d583b496b5e16f8dc54c')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/be1f12a7def18368c18eed304ca8c7df6889ee8e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/be1f12a7def18368c18eed304ca8c7df6889ee8e
You're receiving this email because of your account on gitlab.archlinux.org.