summaryrefslogtreecommitdiff
path: root/community/nestopia
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
committerroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
commit51867161079ab52d5152105142a3bc965c63ca03 (patch)
treeb3bce74db52a754245dc26d586603dfec0620aec /community/nestopia
parentfd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (diff)
Fri Nov 30 02:29:05 PST 2012
Diffstat (limited to 'community/nestopia')
-rw-r--r--community/nestopia/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD
index d03528a26..b0fee1ae2 100644
--- a/community/nestopia/PKGBUILD
+++ b/community/nestopia/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 77858 2012-10-15 10:08:57Z spupykin $
+# $Id: PKGBUILD 80697 2012-11-29 16:17:59Z spupykin $
# 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=4
+pkgver=1.43
+pkgrel=1
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')
@@ -14,12 +14,13 @@ depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
makedepends=('unzip' 'mesa')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver"
"build-fix.patch")
-md5sums=('ce7ffba59f19c764f08546e015777172'
+md5sums=('c73d45015eb16b9870a620a188a23275'
'49dc5a51243a023b47f25ff3d6aabd89')
build() {
cd ${srcdir}/rdanbrook-nestopia-*
patch -p1 <$srcdir/build-fix.patch
+ export LDFLAGS=-lX11
make PREFIX=/usr -j1
}