[arch-commits] Commit in fceux/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sun Mar 10 23:10:51 UTC 2013
Date: Monday, March 11, 2013 @ 00:10:51
Author: arodseth
Revision: 86002
upgpkg: fceux 2.2.1-1
Modified:
fceux/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-10 22:54:56 UTC (rev 86001)
+++ PKGBUILD 2013-03-10 23:10:51 UTC (rev 86002)
@@ -4,8 +4,8 @@
# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
pkgname=fceux
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
url='http://www.fceux.com/'
pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
arch=('x86_64' 'i686')
@@ -13,19 +13,19 @@
depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
makedepends=('scons' 'mesa-libgl' 'glu')
optdepends=('xchm: for viewing the manual')
-install=$pkgname.install
+install="$pkgname.install"
source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz")
-sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694')
+sha256sums=('e55fbed6b64bbcb60a9ce158592efd176f6bb56b7296c44737cc71119a8b0055')
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"
More information about the arch-commits
mailing list