summaryrefslogtreecommitdiff
path: root/community/nestopia/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nestopia/PKGBUILD')
-rw-r--r--community/nestopia/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD
index b2bc7ab0a..9748e1dcd 100644
--- a/community/nestopia/PKGBUILD
+++ b/community/nestopia/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76405 2012-09-17 10:50:40Z spupykin $
+# $Id: PKGBUILD 76885 2012-10-01 19:05:45Z 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.41
-pkgrel=1
+pkgver=1.42
+pkgrel=2
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')
@@ -13,14 +13,13 @@ arch=('i686' 'x86_64')
depends=('sdl' 'alsa-lib' 'gtk3' 'mesa')
makedepends=('unzip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver"
- "nestopia_bogus_error_on_save_settings.patch")
-md5sums=('6baa5cb1bd4e929b200bdf33ea221606'
- '0160078c9afcbb1a6ac389c3989929f7')
+ "build-fix.patch")
+md5sums=('ce7ffba59f19c764f08546e015777172'
+ '49dc5a51243a023b47f25ff3d6aabd89')
build() {
cd ${srcdir}/rdanbrook-nestopia-*
- # remove a bogus error message on exit
- patch -p0 <$srcdir/nestopia_bogus_error_on_save_settings.patch
+ patch -p1 <$srcdir/build-fix.patch
make PREFIX=/usr -j1
}