summaryrefslogtreecommitdiff
path: root/community/dgen-sdl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-09 04:06:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-09 04:06:24 +0000
commitf578debfd17a7f06c6f4f8a0c2fde11e96b0afee (patch)
treeee8d8e9c2ce58bc81a922c09131be65efc50f21a /community/dgen-sdl
parent7f65cca764732fe9c5f501ca636b4e2382bfd90d (diff)
Wed Jul 9 04:03:14 UTC 2014
Diffstat (limited to 'community/dgen-sdl')
-rw-r--r--community/dgen-sdl/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/dgen-sdl/PKGBUILD b/community/dgen-sdl/PKGBUILD
index 67e8015bc..2be9aafa1 100644
--- a/community/dgen-sdl/PKGBUILD
+++ b/community/dgen-sdl/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 85586 2013-03-03 17:28:52Z dreisner $
-# Maintainer: Jonathan Steel <mail@jsteel.org>
+# $Id: PKGBUILD 115317 2014-07-08 17:15:28Z jsteel $
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Jason Chu <jason@archlinux.org>
# Contributor: Joker-jar <joker-jar@yandex.ru>
pkgname=dgen-sdl
pkgver=1.32
-pkgrel=2
+pkgrel=3
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')
-if test "$CARCH" == i686; then
- makedepends=('nasm')
-fi
+depends=('sdl' 'mesa-libgl' 'libarchive')
+[[ $CARCH == i686 ]] && makedepends=('nasm')
source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
md5sums=('81b6f1c4bd612e81a9b8663c38d51890')