[arch-commits] Commit in git-absorb/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sat Jun 4 18:11:21 UTC 2022


    Date: Saturday, June 4, 2022 @ 18:11:20
  Author: orhun
Revision: 1221919

upgpkg: git-absorb 0.6.7-1: upstream release

Modified:
  git-absorb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-04 16:18:24 UTC (rev 1221918)
+++ PKGBUILD	2022-06-04 18:11:20 UTC (rev 1221919)
@@ -3,8 +3,8 @@
 # Contributor: AsamK <asamk at gmx.de>
 
 pkgname=git-absorb
-pkgver=0.6.6
-pkgrel=5
+pkgver=0.6.7
+pkgrel=1
 pkgdesc="git commit --fixup, but automatic"
 arch=('x86_64')
 url="https://github.com/tummychow/git-absorb"
@@ -12,7 +12,7 @@
 depends=('libgit2')
 makedepends=('cargo')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
-sha256sums=('955069cc70a34816e6f4b6a6bd1892cfc0ae3d83d053232293366eb65599af2f')
+sha256sums=('f562dbcf68c5f687197e8a594cb58cf102cc17a2e9fcf66dbacb83b49e053bd7')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -23,7 +23,7 @@
 build() {
   cd "${pkgname}-${pkgver}"
   LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --release --frozen
-  "target/release/$pkgname" --gen-completions bash > "completions/$pkgname.bash" 
+  "target/release/$pkgname" --gen-completions bash > "completions/$pkgname.bash"
   "target/release/$pkgname" --gen-completions fish > "completions/$pkgname.fish"
   "target/release/$pkgname" --gen-completions zsh > "completions/_$pkgname"
 }



More information about the arch-commits mailing list