From 3187d2ae8f540fd5f918eecc4d63b6f305bba632 Mon Sep 17 00:00:00 2001 From: Daniel Molina GarcĂ­a Date: Fri, 8 Jun 2012 00:38:51 +0200 Subject: Including web page where I obtained the patch. Also increasing by 0.1 the pkgrel, what I forgot in previous pull. --- community/supertux/PKGBUILD | 4 ++-- 1 file 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 ' src/supertux/screen_manager.hpp -- cgit v1.2.3-54-g00ecf