# Generated by mksrcinfo v8
-# Thu Feb 14 11:05:40 UTC 2019
+# Thu Feb 14 12:42:48 UTC 2019
pkgbase = patacrep-git
pkgdesc = Engine for LaTeX songbooks
- pkgver = v5.1.2.r17.g30eb8d62
+ pkgver = 5.1.2.r17.g30eb8d62
pkgrel = 1
url = http://www.patacrep.com
arch = any
# Maintainer: Immae <ismael.bouya@normalesup.org>
pkgname=patacrep-git
-pkgver=v5.1.2.r17.g30eb8d62
+pkgver=5.1.2.r17.g30eb8d62
pkgrel=1
pkgdesc="Engine for LaTeX songbooks"
arch=('any')
pkgver() {
cd "$srcdir/$pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed -e 's/\([^-]*-g\)/r\1/;s/-/./g' -e "s/^v//"
}
build() {