summaryrefslogtreecommitdiff
path: root/community/fceux
diff options
context:
space:
mode:
Diffstat (limited to 'community/fceux')
-rw-r--r--community/fceux/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD
index 532a8fd53..4e9ccae29 100644
--- a/community/fceux/PKGBUILD
+++ b/community/fceux/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 31918 2010-11-07 20:45:58Z lcarlier $
+# $Id: PKGBUILD 49458 2011-06-16 19:25:29Z angvp $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Jo Christian Bergskås <jcberg@gmail.com>
pkgname=fceux
-pkgver=2.1.4a
-pkgrel=4
+pkgver=2.1.5
+pkgrel=1
arch=('i686' 'x86_64')
url="http://fceux.com/web/home.html"
pkgdesc="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
@@ -16,9 +16,6 @@ provides=('fceu' 'gfceux')
replaces=('fceu' 'gfceux')
source=(http://downloads.sourceforge.net/fceultra/$pkgname-${pkgver}.src.tar.bz2 \
fceux.desktop fceux.png)
-md5sums=('a1252a888cdc8b2c42ae031211f2fad6'
- '30baf915c936926fa50f59d8276f6575'
- '3fe753731ac46b5fee528b1f73abd3e3')
build() {
cd "${srcdir}/fceu$pkgver"
@@ -33,3 +30,6 @@ build() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('e8b20e62bbbb061b1a59d51b47c827bd'
+ '30baf915c936926fa50f59d8276f6575'
+ '3fe753731ac46b5fee528b1f73abd3e3')