diff options
Diffstat (limited to 'community/nestopia/PKGBUILD')
-rw-r--r-- | community/nestopia/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD index 9748e1dcd..f9238d3f5 100644 --- a/community/nestopia/PKGBUILD +++ b/community/nestopia/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 76885 2012-10-01 19:05:45Z spupykin $ +# $Id: PKGBUILD 77652 2012-10-13 11:44:15Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com> # Contributor: robb_force <robb_force@holybuffalo.net> pkgname=nestopia pkgver=1.42 -pkgrel=2 +pkgrel=3 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.' url='http://0ldsk00l.ca/nestopia.html' license=('GPL') arch=('i686' 'x86_64') -depends=('sdl' 'alsa-lib' 'gtk3' 'mesa') +depends=('sdl' 'alsa-lib' 'gtk3' 'mesa' 'glu') makedepends=('unzip') source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver" "build-fix.patch") |