diff options
author | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
commit | 5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (patch) | |
tree | 8496666b775c5132608aadbb2f7cae113be74ad2 /community/desmume | |
parent | 32b069e79cb891e99962cbac53e2950c11ea403f (diff) |
Sat May 4 00:41:51 PDT 2013
Diffstat (limited to 'community/desmume')
-rw-r--r-- | community/desmume/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/desmume/PKGBUILD b/community/desmume/PKGBUILD index 7905f5e16..7fbd8f70e 100644 --- a/community/desmume/PKGBUILD +++ b/community/desmume/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77627 2012-10-13 11:41:54Z allan $ +# $Id: PKGBUILD 89839 2013-05-03 06:49:03Z schuay $ # Maintainer: Jonathan Conder <jonno dot conder at gmail dot com> # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Arkham <arkham at archlinux dot us> @@ -11,15 +11,15 @@ # Contributor: Asher256 <achrafcherti at gmail dot com> pkgname=desmume -pkgver=0.9.8 -pkgrel=3 +pkgver=0.9.9 +pkgrel=1 pkgdesc="Nintendo DS emulator" arch=('i686' 'x86_64') url="http://desmume.org/" license=('GPL') depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'zziplib' 'glu') -makedepends=('intltool') +makedepends=('intltool' 'mesa') install=desmume.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums=('fb7c984c924087888b9eaaad8cb1875e') +md5sums=('458b5f8b3dbb38a47e6d0518f97aa82a') |