diff --git a/pink-pony/PKGBUILD b/pink-pony/PKGBUILD index 11f41ef5c5a519b76326c73ccb9165065209311a..011cc4b7ef1517e2c3845bc6b3ddbb1781708c65 100644 --- a/pink-pony/PKGBUILD +++ b/pink-pony/PKGBUILD @@ -1,16 +1,13 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# # Maintainer: Adrián Chaves Fernández (Gallaecio) pkgname=pink-pony pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Tron-like multiplayer racing game with ponies." arch=(i686 x86_64) url="http://code.google.com/p/pink-pony/" license=('GPL3') -depends=('glfw' 'ilmbase' 'devil' 'libxrandr' 'protobuf' 'audiere' 'ftgl' 'libsigc++2.0') +depends=('glfw' 'ilmbase' 'devil' 'libxrandr' 'protobuf' 'audiere' 'ftgl' 'libsigc++2.0' 'sdl_mixer') makedepends=('scons') categories=('games') source=(http://pink-pony.googlecode.com/files/$pkgname-$pkgver.tar.bz2)