summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-04-08 10:46:26 +0200
committerhaawda2023-04-08 10:46:26 +0200
commit32ddf4cee908098c69f793d90ce714c31082cf13 (patch)
treedc084e7979fa3a11951079c1b1b3738bf695097e /PKGBUILD
parentcfef86105ba1c1b83bbed725d874bda43495c802 (diff)
downloadaur-wxmaxima-git.tar.gz
undo last change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62e41d5c10a6..1fa8f3170e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=wxmaxima-git
-pkgver=2023.04.01.r3.g940d4c51b
+pkgver=23.04.0.r2.g11028a1f3
pkgrel=1
+epoch=1
pkgdesc="A document based interface for the computer algebra system Maxima."
arch=('i686' 'x86_64')
url="https://wxmaxima-developers.github.io/wxmaxima/"
@@ -18,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags --long | cut -c15- | sed 's+-+.r+' |tr - . |tr _ .
+ git describe --tags --long | cut -c9- | sed 's+-+.r+' |tr - . |tr _ .
}
build() {