diff options
author | root <root@rshg054.dnsready.net> | 2013-01-16 00:05:27 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-16 00:05:27 -0800 |
commit | e1c991185c594db7cc8978ed0239ebca4d37560e (patch) | |
tree | 4194e204102f73813c57aed0afba08fd06e38999 /community/mednafen | |
parent | 733e4f771063834ef4d8f31af1dcac95d55e3c3e (diff) |
Wed Jan 16 00:05:27 PST 2013
Diffstat (limited to 'community/mednafen')
-rw-r--r-- | community/mednafen/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 802249f21..45e3fbb2e 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -1,16 +1,18 @@ -# Maintainer: Angel Velasquez <angvp@archlinux.org> +# $Id: PKGBUILD 82331 2013-01-15 11:35:02Z allan $ +# Maintainer: Jonathan Steel <mail at jsteel dot org> +# Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: kagan <juanynie@mi.madritel.es> pkgname=mednafen pkgver=0.8.D.3 -pkgrel=2 +pkgrel=3 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net/" license=('GPL') arch=('i686' 'x86_64') depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') -makedepends=('pkgconfig' 'mesa') +makedepends=('pkgconfig' 'mesa' 'glu') changelog=ChangeLog source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2 mednafen-0.8.13.3-zlib-1.2.6.patch) |