summaryrefslogtreecommitdiff
path: root/community/dgen-sdl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dgen-sdl/PKGBUILD')
-rw-r--r--community/dgen-sdl/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/dgen-sdl/PKGBUILD b/community/dgen-sdl/PKGBUILD
index 6e2d2073b..67e8015bc 100644
--- a/community/dgen-sdl/PKGBUILD
+++ b/community/dgen-sdl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84168 2013-02-12 18:03:41Z jsteel $
+# $Id: PKGBUILD 85586 2013-03-03 17:28:52Z dreisner $
# Maintainer: Jonathan Steel <mail@jsteel.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Jason Chu <jason@archlinux.org>
@@ -6,13 +6,15 @@
pkgname=dgen-sdl
pkgver=1.32
-pkgrel=1
+pkgrel=2
pkgdesc="An emulator for Sega Genesis/Mega Drive systems ported to SDL"
arch=('i686' 'x86_64')
url="http://dgen.sourceforge.net"
license=('BSD')
depends=('sdl' 'libgl' 'libarchive')
-makedepends=('nasm')
+if test "$CARCH" == i686; then
+ makedepends=('nasm')
+fi
source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
md5sums=('81b6f1c4bd612e81a9b8663c38d51890')