summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2021-07-31 15:49:22 +0200
committerFlorian Freund2021-07-31 15:51:10 +0200
commit7ee925ccae0bffaba61b804608c5e398b5b8ef6e (patch)
treed052a3058ee14ff2b7711bd438b44a1efb34dc21 /PKGBUILD
parentc2070b2fd047bca02af5393cae36dfe0c8f2e789 (diff)
downloadaur-7ee925ccae0bffaba61b804608c5e398b5b8ef6e.tar.gz
Exclude nightly tag in pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01f594c88ac2..86f13f65e5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=0
+pkgver=1.1.0.r18.g97c20f62
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64' 'aarch64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}/"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --exclude nightly | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {