summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e055a43e54..a879292c5c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supertux-git
pkgdesc = A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game
- pkgver = v0.6.2.r649.g236c071b4
+ pkgver = 0.6.2.r669.g9dbdb4055
pkgrel = 1
epoch = 1
url = http://supertux.lethargik.org/
diff --git a/PKGBUILD b/PKGBUILD
index b71f4c8570e8..5b342504205c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=supertux-git
_pkgname=supertux
-pkgver=v0.6.2.r649.g236c071b4
+pkgver=0.6.2.r669.g9dbdb4055
pkgrel=1
epoch=1
pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game"
@@ -21,7 +21,7 @@ sha512sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -c2-48
}
prepare() {