Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-absorb


Commits:
aa85f688 by Caleb Maclennan at 2026-02-14T11:15:14+03:00
upgpkg: 0.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = git-absorb
        pkgdesc = git commit --fixup, but automatic
-       pkgver = 0.8.0
+       pkgver = 0.9.0
        pkgrel = 1
        url = https://github.com/tummychow/git-absorb
        arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = git-absorb
        depends = gcc-libs
        depends = glibc
        depends = libgit2
-       source = 
git-absorb-0.8.0.tar.gz::https://github.com/tummychow/git-absorb/archive/0.8.0.tar.gz
-       sha256sums = 
9ed6fef801fbfeb7110744cac38ae5b3387d8832749ae20077b9139d032211f1
+       source = 
git-absorb-0.9.0.tar.gz::https://github.com/tummychow/git-absorb/archive/0.9.0.tar.gz
+       sha256sums = 
a0f74e6306d7fbd746d2b4a6856621d46a7f82e3e88b6bb8b6fc0480cf811f53
 
 pkgname = git-absorb
        depends = gcc-libs


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: AsamK <[email protected]>
 
 pkgname=git-absorb
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="git commit --fixup, but automatic"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'glibc' 'libgit2')
 makedepends=('cargo' 'asciidoc')
 checkdepends=('git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz";)
-sha256sums=('9ed6fef801fbfeb7110744cac38ae5b3387d8832749ae20077b9139d032211f1')
+sha256sums=('a0f74e6306d7fbd746d2b4a6856621d46a7f82e3e88b6bb8b6fc0480cf811f53')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/aa85f688a6ade2648126a259966fed1c657e818e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/aa85f688a6ade2648126a259966fed1c657e818e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to