summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2022-02-23 19:14:55 +0100
committerFlorian Freund2022-02-23 19:14:55 +0100
commitec7eaa297e143df25285d831fd964df157ee9c18 (patch)
tree1d8823d4a0ee1983b9a1acff8286e84e41dd5372 /PKGBUILD
parentb5f30d201d0d140050a3e549a27ff761d87217b8 (diff)
downloadaur-ec7eaa297e143df25285d831fd964df157ee9c18.tar.gz
Update pkgver to latest upstream tag format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b0acf9d7900..0beaffc0d4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.1.0.r104.gc6ae5c7fc
+pkgver=1.1.1.r144.g9fbb5eb27
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 --exclude nightly | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --exclude nightly | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {