diff options
author | root <root@rshg054.dnsready.net> | 2012-10-24 01:50:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-24 01:50:39 -0700 |
commit | 120df4e0db159525806a9b33364483e76f9d51d3 (patch) | |
tree | b78de64b601a46cc403d8663201bad6feb41c791 /community/critter | |
parent | 3c19af9355ba86a5b99d6e5a57ecaa68a7ea6e8e (diff) |
Wed Oct 24 01:47:51 PDT 2012
Diffstat (limited to 'community/critter')
-rw-r--r-- | community/critter/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/critter/PKGBUILD b/community/critter/PKGBUILD index 1c01a5742..848639171 100644 --- a/community/critter/PKGBUILD +++ b/community/critter/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 63520 2012-02-05 11:53:03Z ibiru $ +# $Id: PKGBUILD 78732 2012-10-23 20:20:15Z lcarlier $ +# Maintainer: Laurent Carlier <Lordheavym@gmail.com> # Contributor: Allan McRae <mcrae_allan@hotmail.com> -# Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us> +# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us> pkgname=critter _origname=CriticalMass pkgver=1.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/criticalmass" license=('GPL') -depends=('sdl_image' 'sdl_mixer' 'mesa') +depends=('sdl_image' 'sdl_mixer' 'libgl') +makedepends=('mesa') source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2 critter-gcc43.patch criticalmass-1.0.2-libpng15.patch |