summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9203e3ce50c..4c3318ecfbe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=pacman_sdl-ebuc99-git
_pkgbase=pacman
-pkgver=v0.9.r57.gb6241a3
+pkgver=0.9.r57.gb6241a3
pkgdesc="Pacman clone using SDL. Guide Pacman through a maze and collect pac-dots while
avoiding ghosts. (ebuc99 fork)"
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://github.com/ebuc99/pacman/"
license=('GPL2')
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd $_pkgbase
- 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
}
build() {