summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2019-07-23 18:04:31 +0200
committerFlorian Freund2019-07-23 18:04:31 +0200
commit0788e469debb7d5f5a154945c1171b627f0029d2 (patch)
tree954b2d0cb611a9a20e59eb7047ad52935f31875d
parent349de1cc3672063609fcaf643968c5c8cb723f5a (diff)
downloadaur-0788e469debb7d5f5a154945c1171b627f0029d2.tar.gz
Fix package version number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a093cecbf4ba..3bdcebb59e10 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 = 1.0.8.129.g4577d967
+ pkgver = 1.0.13.nightly.20190722.r0.gd1f0ea09
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
diff --git a/PKGBUILD b/PKGBUILD
index 66615b27378f..9cfe2749be71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.8.129.g4577d967
+pkgver=1.0.13.nightly.20190722.r0.gd1f0ea09
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}/"
- git describe --tags | sed -e 's|v||g' -e 's|glib.||g' -e 's|-|.|g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {