Date: Tuesday, July 8, 2014 @ 19:15:06 Author: jsteel Revision: 115316
mtree rebuilds Modified: dgen-sdl/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-08 15:30:16 UTC (rev 115315) +++ PKGBUILD 2014-07-08 17:15:06 UTC (rev 115316) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jonathan Steel <[email protected]> +# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org> # Contributor: Tom Newsom <[email protected]> # Contributor: Jason Chu <[email protected]> # Contributor: Joker-jar <[email protected]> @@ -6,15 +6,13 @@ 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')
