summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ec7e5cd231..13f9b1a66942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman_sdl-ebuc99-git
pkgdesc = Pacman clone using SDL. Guide Pacman through a maze and collect pac-dots while avoiding ghosts. (ebuc99 fork)
- pkgver = v0.9.r57.gb6241a3
- pkgrel = 1
+ pkgver = 0.9.r57.gb6241a3
+ pkgrel = 2
url = http://github.com/ebuc99/pacman/
arch = i686
arch = x86_64
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() {