summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa4826576fa..1d93790a0415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 2h4u
pkgdesc = A mix between a Tetris-like game and a wall breaker
pkgver = 1.3
- pkgrel = 6
+ pkgrel = 7
url = http://sourceforge.net/projects/toohardforyou/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 29f91453433b..5f8fbfc41d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
pkgname=2h4u
pkgver=1.3
-pkgrel=6
+pkgrel=7
pkgdesc="A mix between a Tetris-like game and a wall breaker"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/toohardforyou/"
@@ -15,8 +15,6 @@ source=("http://downloads.sourceforge.net/project/toohardforyou/2H4U/2H4U%20v1.3
sha256sums=('2da1e593b43887617c78d2709397be2e57e9f67b1840350430d802d31b18e9f2'
'c87774ef50aaa6c561ab6e6d2a587d4fd7da20afa5a0a21b3d818dbeac43a778')
-OPTIONS=(!strip)
-
prepare() {
# patch the sound handling to refer to an OGG file instead of an MP3
sed -i "s/mp3/ogg/g" ${srcdir}/2H4U/sources/son.cpp