diff options
author | Daniel Molina García <lluvia@singularity.fr> | 2012-06-08 00:38:51 +0200 |
---|---|---|
committer | Daniel Molina García <lluvia@singularity.fr> | 2012-06-08 00:38:51 +0200 |
commit | 3187d2ae8f540fd5f918eecc4d63b6f305bba632 (patch) | |
tree | a337da6209a375ffd81c075ff0d138ef12c65cbb /community/supertux/PKGBUILD | |
parent | e8feff61b41e35dde9fef5ce378d5a80b30eca8a (diff) |
Including web page where I obtained the patch. Also increasing by 0.1 the pkgrel, what I forgot in previous pull.
Diffstat (limited to 'community/supertux/PKGBUILD')
-rw-r--r-- | community/supertux/PKGBUILD | 4 |
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 |