diff options
Diffstat (limited to 'community/critter/PKGBUILD')
-rw-r--r-- | community/critter/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 848639171..713e6c628 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78732 2012-10-23 20:20:15Z lcarlier $ +# $Id: PKGBUILD 90012 2013-05-06 19:36:32Z foutrelis $ # Maintainer: Laurent Carlier <Lordheavym@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> # Contributor: Daniel J Griffiths <griffithsdj@archlinux.us> @@ -6,7 +6,7 @@ pkgname=critter _origname=CriticalMass pkgver=1.0.2 -pkgrel=7 +pkgrel=8 pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/criticalmass" @@ -27,7 +27,7 @@ build() { patch -Np1 -i ../critter-gcc43.patch patch -Np0 -i ../criticalmass-1.0.2-libpng15.patch - sed -i 's|-lpng12|-lpng15|g' configure + sed -i 's|-lpng12|-lpng16|g' configure ./configure --prefix=/usr --mandir=/usr/share/man make |