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 278aaacf41f0..aa66fd34d916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontship-git
-pkgver=0.1.1.r22.geff9d42
+pkgver=0.3.0.r6.gbabf954
pkgrel=1
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
@@ -38,7 +38,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
- git describe --long --abbrev=7 --match 'v*' --tags |
+ git describe --long --abbrev=7 --match 'v*.*.*' --tags |
sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}