summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molina García <lluvia@singularity.fr>2012-06-08 00:38:51 +0200
committerDaniel Molina García <lluvia@singularity.fr>2012-06-08 00:38:51 +0200
commit3187d2ae8f540fd5f918eecc4d63b6f305bba632 (patch)
treea337da6209a375ffd81c075ff0d138ef12c65cbb
parente8feff61b41e35dde9fef5ce378d5a80b30eca8a (diff)
Including web page where I obtained the patch. Also increasing by 0.1 the pkgrel, what I forgot in previous pull.
-rw-r--r--community/supertux/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/supertux/PKGBUILD b/community/supertux/PKGBUILD
index 3497070cf..152a2d7da 100644
--- a/community/supertux/PKGBUILD
+++ b/community/supertux/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=supertux
pkgver=0.3.3
-pkgrel=5
+pkgrel=5.1
pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
arch=('i686' 'x86_64' 'mips64el')
url="http://super-tux.sourceforge.net/"
@@ -20,7 +20,7 @@ md5sums=('f3f803e629ee51a9de0b366a036e393d'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # The following patch was taken from .-.-
+ # The following patch was taken from https://supertux.lethargik.org/bugs/view.php?id=933&nbn=3
patch -Np1 -i "$srcdir/squirrel.patch"
sed -i '1i#include <cstddef>' src/supertux/screen_manager.hpp