diff options
Diffstat (limited to 'community/fceux')
-rw-r--r-- | community/fceux/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index c132adb40..86893f0b5 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85226 2013-02-27 19:58:28Z andrea $ +# $Id: PKGBUILD 86026 2013-03-11 13:34:12Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contriutor: Eric Belanger <eric@archlinux.org> # Contributor: Jo Christian Bergskås <jcberg@gmail.com> pkgname=fceux -pkgver=2.2.0 -pkgrel=3 +pkgver=2.2.1.1 +pkgrel=1 url='http://www.fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=('x86_64' 'i686') @@ -13,19 +13,19 @@ license=('GPL') depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl') makedepends=('scons' 'mesa-libgl' 'glu') optdepends=('xchm: for viewing the manual') -install=$pkgname.install -source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz") -sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694') +install="$pkgname.install" +source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.1%20src/$pkgname-$pkgver.src.tar.gz") +sha256sums=('afb0b3b8e1d2eea40c59777ef538b69b16164ae53c406106e541099534db828c') build() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" msg2 'Compiling...' scons } package() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" msg2 'Packaging binaries, data and man-pages...' scons install --prefix="$pkgdir/usr" |