summaryrefslogtreecommitdiff
path: root/~emulatorman/mednafen-wip
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-04 17:33:17 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-04 17:33:17 -0300
commit213a7edc6dd50b4f60f32b92530dfb4825d000ce (patch)
tree56bde0f65a789e105a262a72c09fa15faaa0976f /~emulatorman/mednafen-wip
parent121d5e250af8313b6560f1c2b85a0a03b9c90694 (diff)
~emulatorman/mednafen-wip
Diffstat (limited to '~emulatorman/mednafen-wip')
-rwxr-xr-x~emulatorman/mednafen-wip/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/~emulatorman/mednafen-wip/PKGBUILD b/~emulatorman/mednafen-wip/PKGBUILD
index 93893684e..a405d2ceb 100755
--- a/~emulatorman/mednafen-wip/PKGBUILD
+++ b/~emulatorman/mednafen-wip/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
pkgname=mednafen-wip
-pkgver=0.9.19
+pkgver=0.9.21
pkgrel=1
pkgdesc="A command-line multi-system gaming emulator, WIP version"
url="http://mednafen.sourceforge.net/"
@@ -14,14 +14,12 @@ depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'l
makedepends=('pkgconfig' 'mesa')
conflicts=('mednafen')
provides=('mednafen')
-source=('http://forum.fobby.net/index.php?t=getfile&id=345&' 'build.patch')
-md5sums=('64be12196aa02828539af677b0e2a66c'
- 'aac8957fa5274f00feed6a462fa8b7ad')
+source=('http://forum.fobby.net/index.php?t=getfile&id=358&')
+sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21')
build()
{
cd $srcdir/mednafen
- patch -p1 < $srcdir/build.patch
./configure --prefix=/usr
make
}
@@ -31,4 +29,3 @@ package()
cd $srcdir/mednafen
make DESTDIR=$pkgdir install
}
-