summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-03-31 23:32:49 +0200
committerhaawda2020-03-31 23:32:49 +0200
commitbf2c51182fe29ebbdca3002ce9eb68b12bb53952 (patch)
treecafe444b9811c97e3cf296334e18c11b51d9ac10 /PKGBUILD
parent494d37742e9f49bdb7a5d1643c35301c87c44c33 (diff)
downloadaur-bf2c51182fe29ebbdca3002ce9eb68b12bb53952.tar.gz
new pkgver function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea3e5ce3e0f5..cff56310fed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=vokoscreenNG
pkgname=vokoscreen-git
-pkgver=2.9.6.beta.39.g30f4f22
+pkgver=3.0.3.r0.gb690fda3
pkgrel=1
pkgdesc='An easy to use screencast creator. Development version.'
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ sha512sums=('SKIP'
pkgver() {
cd ${_pkgname}
- git describe --long --tags 2>/dev/null | sed -r 's/-/./g'
+ git describe --long --tags 2>/dev/null | sed -r 's/-/.r/' | tr - .
}
prepare() {