summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24271ad6b8bb..3ec66a5d6073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: AsamK <asamk@gmx.de>
pkgname=git-absorb
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="git commit --fixup, but automatic "
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=(
'cargo'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
-sha256sums=('0fc46c5e6bbb0b0be8b8c116f1713abe2c03d96e169c1d1e7efd470955a2238f')
+sha256sums=('d62ba36150d1113ea9216b8dc8f1f749c97a468cb41b2d1cd5c019158915ca70')
build() {
cd "${pkgname}-${pkgver}"