diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-10-08 20:26:24 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-10-08 20:26:24 -0400 |
commit | 7c2a57ad45871023aa5407b410deb9f343497dec (patch) | |
tree | c299adf34f09f26e2845b3f6369dd49158b8293c | |
parent | e08cf1825d1e13b5596e95395e102cefcd6176e5 (diff) | |
download | abslibre-7c2a57ad45871023aa5407b410deb9f343497dec.tar.gz abslibre-7c2a57ad45871023aa5407b410deb9f343497dec.tar.bz2 abslibre-7c2a57ad45871023aa5407b410deb9f343497dec.zip |
penguin-command sdl
-rw-r--r-- | pcr/penguin-command/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/penguin-command/PKGBUILD b/pcr/penguin-command/PKGBUILD index 91e5bfa0d..09ba84a19 100644 --- a/pcr/penguin-command/PKGBUILD +++ b/pcr/penguin-command/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Clone of the classic Missile Command game with better graphics and musi arch=('x86_64' 'i686') url="http://www.linux-games.com/penguin-command/" license=('GPL2') -depends=('sdl2' 'sdl2_mixer' 'sdl2_image') +depends=('sdl' 'sdl_mixer' 'sdl_image') source=("http://downloads.sourceforge.net/wikipediafs/$pkgname-$pkgver.tar.gz") sha512sums=('ba41a7fbf3c07149fb6f6cf60091afda9de3c9f8f04e541d7b62ba744b04e5db7eecc5aa2391a71b72ccf6f544d397a5994a6f7aee0907211ced1686fe517646') @@ -21,4 +21,4 @@ package() { cd $pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin make DESTDIR="$pkgdir/" install -}
\ No newline at end of file +} |