diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-10-09 11:17:53 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-10-09 11:17:53 -0400 |
commit | 9843d75261687270d11344fc795182db0c1dd7f6 (patch) | |
tree | d0ee6dc123d7b28d72017310c7ff7126ba409a59 /pcr/bumprace | |
parent | 4eb12129b83e441e0c3981641c800130df4c2945 (diff) | |
download | abslibre-9843d75261687270d11344fc795182db0c1dd7f6.tar.gz abslibre-9843d75261687270d11344fc795182db0c1dd7f6.tar.bz2 abslibre-9843d75261687270d11344fc795182db0c1dd7f6.zip |
add dependencies for bumpracer
Diffstat (limited to 'pcr/bumprace')
-rw-r--r-- | pcr/bumprace/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/bumprace/PKGBUILD b/pcr/bumprace/PKGBUILD index 25bc3d54a..a0b8d98b6 100644 --- a/pcr/bumprace/PKGBUILD +++ b/pcr/bumprace/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Arcade Game. You've to get from the start to the finish line without cr arch=('x86_64' 'i686') url="http://www.linux-games.com/penguin-command/" license=('GPL2') -depends=('sdl') +depends=('sdl' 'libjpeg-turbo' 'sdl_mixer' 'sdl_image') source=("https://bitbucket.org/karlb/$pkgname/get/$pkgver.tar.gz") sha512sums=('503a04c4f8e3537861af91f2978aae36267288b8db61fe55da6dd96003c11d585ef0632080bebddf482a34f32405b10354710541a9e140b0e614a5857dd6be10') |