From 9f8838d16719128121b4efde3bf6c7cc650f1801 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Mar 2013 00:04:27 -0700 Subject: Tue Mar 12 00:04:26 PDT 2013 --- community/fceux/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'community/fceux') 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 # Contriutor: Eric Belanger # Contributor: Jo Christian Bergskås 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" -- cgit v1.2.3-54-g00ecf