diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-11 01:05:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-11 01:05:22 -0300 |
commit | eed61b19dc5ccf9520c8ee8155977e173043068d (patch) | |
tree | d0e00cfedf3fdcc1903f93e509c3eb20cf129d6e /pcr/supermodel | |
parent | ede2505c7be4c330e2fbce9d5a79a02c47f096fb (diff) | |
download | abslibre-eed61b19dc5ccf9520c8ee8155977e173043068d.tar.gz abslibre-eed61b19dc5ccf9520c8ee8155977e173043068d.tar.bz2 abslibre-eed61b19dc5ccf9520c8ee8155977e173043068d.zip |
supermodel: add glu dependency and update source code md5sum
Diffstat (limited to 'pcr/supermodel')
-rw-r--r-- | pcr/supermodel/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/supermodel/PKGBUILD b/pcr/supermodel/PKGBUILD index 677a7bb7c..fd22bea59 100644 --- a/pcr/supermodel/PKGBUILD +++ b/pcr/supermodel/PKGBUILD @@ -7,12 +7,12 @@ pkgdesc='A Sega Model 3 Arcade Emulator' arch=('i686' 'x86_64') url='http://www.supermodel3.com/' license=('GPL3') -depends=('mesa' 'sdl' 'zlib') +depends=('mesa' 'glu' 'sdl' 'zlib') install=supermodel.install source=('multiuser.patch' 'supermodel.sh' "http://www.supermodel3.com/Files/Supermodel_${pkgver}_Src.zip") md5sums=('a7cf136e412a0d927b099c15793b658d' 'ea8274c2a37acddd026fce9c831530cc' - 'd7328d28adab21ed0896c2aae988d1d8') + 'd22359fbe277fe8f6fe0a06524350fc1') MAKEFLAGS="-j1" |