summaryrefslogtreecommitdiff
path: root/community/critter/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-15 21:35:07 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-15 21:35:07 -0300
commit1a65caeb80e2cc8c7b39262d72255124d0c8614e (patch)
treefb2047cbeaa71fabba55e68dc8f5d4838fb5018c /community/critter/PKGBUILD
parent9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (diff)
parentb90f83b99150003a2022c3a4bbad90b12eb56b7e (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/critter/PKGBUILD')
-rw-r--r--community/critter/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD
index 261ae0239..31ed675b5 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' 'mips64el')
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