summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-03-10 20:35:56 +0100
committerhaawda2023-03-10 20:35:56 +0100
commitb3e5564cecfdac2bdbc6097b3a88db8cf449c23d (patch)
tree58d75142b2bf487ead120e1d03ea12578f5f7a97
parentd20e5df2a2d391bca3abd903045f620192299638 (diff)
downloadaur-b3e5564cecfdac2bdbc6097b3a88db8cf449c23d.tar.gz
new pkgver function, new upstream version scheme
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d50d11c495..3b4a1ff1370a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = setzer-git
pkgdesc = LaTeX editor written in Python with Gtk
- pkgver = 0.4.1.r32.gf99cef8
+ pkgver = 54
pkgrel = 1
url = https://www.cvfosammmm.org/setzer/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 60ceebe78dc0..c94ac821f147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=setzer-git
-pkgver=0.4.1.r32.gf99cef8
+pkgver=54
pkgrel=1
pkgdesc='LaTeX editor written in Python with Gtk'
arch=('any')
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd Setzer
- git describe --tags | sed 's/^v//;s/-/.r/' |tr - .
+ git describe --tags | cut -c2-
}
build() {