summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-04-02 09:58:07 +0200
committerhaawda2023-04-02 09:58:07 +0200
commitcfef86105ba1c1b83bbed725d874bda43495c802 (patch)
treee82894c75761c0dc1d598a1b29f253b97824f640 /PKGBUILD
parentda65af16f918ea340e67cc558254f051c9410948 (diff)
downloadaur-cfef86105ba1c1b83bbed725d874bda43495c802.tar.gz
pkgver function changed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7db545d9dfc..62e41d5c10a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=wxmaxima-git
-pkgver=22.09.0.r16.g5d6b88250
+pkgver=2023.04.01.r3.g940d4c51b
pkgrel=1
pkgdesc="A document based interface for the computer algebra system Maxima."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags --long | cut -c9- | sed 's+-+.r+' |tr - .
+ git describe --tags --long | cut -c15- | sed 's+-+.r+' |tr - . |tr _ .
}
build() {