summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
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/"