aboutsummaryrefslogtreecommitdiff
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 b63d005..19d0553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Immae <ismael.bouya@normalesup.org> 1# Maintainer: Immae <ismael.bouya@normalesup.org>
2 2
3pkgname=patacrep-git 3pkgname=patacrep-git
4pkgver=v5.1.2.r17.g30eb8d62 4pkgver=5.1.2.r17.g30eb8d62
5pkgrel=1 5pkgrel=1
6pkgdesc="Engine for LaTeX songbooks" 6pkgdesc="Engine for LaTeX songbooks"
7arch=('any') 7arch=('any')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
16 16
17pkgver() { 17pkgver() {
18 cd "$srcdir/$pkgname" 18 cd "$srcdir/$pkgname"
19 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' 19 git describe --long --tags | sed -e 's/\([^-]*-g\)/r\1/;s/-/./g' -e "s/^v//"
20} 20}
21 21
22build() { 22build() {