summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2021-07-31 15:49:22 +0200
committerFlorian Freund2021-07-31 15:51:10 +0200
commit7ee925ccae0bffaba61b804608c5e398b5b8ef6e (patch)
treed052a3058ee14ff2b7711bd438b44a1efb34dc21
parentc2070b2fd047bca02af5393cae36dfe0c8f2e789 (diff)
downloadaur-7ee925ccae0bffaba61b804608c5e398b5b8ef6e.tar.gz
Exclude nightly tag in pkgver()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f55423a482c1..ead3541f8005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xournalpp-git
pkgdesc = Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
- pkgver = 0
+ pkgver = 1.1.0.r18.g97c20f62
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
arch = i686
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() {