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 f6a834546a84..aca9e725d779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=pass-git
pkgver=1.7.4.r12.28cec11
-pkgrel=1
+pkgrel=2
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
arch=(any)
url=https://passwordstore.org
@@ -32,7 +32,7 @@ sha256sums=(SKIP)
pkgver() {
cd "$srcdir"/password-store
- git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+ git describe --long --abbrev=7 | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
}
check() {