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 2a6c600bd76c..5dd9e2f72424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cryfs-git
_pkgname=cryfs
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="CryFS encrypts your files, so you can safely store them anywhere"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.cryfs.org"
@@ -18,7 +18,7 @@ sha256sums=(SKIP)
pkgver() {
cd ${_pkgname}
- git describe --tags
+ git describe --tags | sed 's/-/./g'
}
prepare() {