diff options
author | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-17 23:02:42 +0000 |
commit | e96f6ac6e912185a495a99af2b0d51b73bd1d044 (patch) | |
tree | dbd018fc8e267c419876cd604cebed805287bf6c /community/fceux | |
parent | 1fcb176285908c33aca3b0f5cb703ec098e5440c (diff) |
Fri Jun 17 23:02:42 UTC 2011
Diffstat (limited to 'community/fceux')
-rw-r--r-- | community/fceux/PKGBUILD | 12 |
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') |