summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2023-09-24 19:41:27 +0200
committerPopolon2023-09-24 19:41:27 +0200
commit1326e3cdd57be330996f909cf27983194d6c5254 (patch)
treeb6eec22d2496f0ba2ab21bd22370b0884f5da76d
parent7fa8a89ca293c27ede3b389faf3fe68c76cfb58b (diff)
downloadaur-python-glaxnimate.tar.gz
upgrade to 0.5.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467ce1f37c0c..11c5c8dc04c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glaxnimate
pkgdesc = Python bindings for Glaxnimate.
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://glaxnimate.mattbas.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f1e025df8eb7..7798cd3e05cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _corpname=python-glaxnimate
_pkgname='glaxnimate'
pkgname=python-glaxnimate
_git_branch=release
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
tag=2236388
pkgdesc="Python bindings for Glaxnimate."
@@ -26,12 +26,6 @@ prepare() {
git submodule update --init --recursive
}
-
-pkgver() {
- cd "$srcdir/$_pkgname/"
- git describe --tags | cut -d - -f 1
-}
-
build() {
cd "$srcdir/$_pkgname/"