summaryrefslogtreecommitdiff
path: root/community/pcsxr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsxr/PKGBUILD')
-rw-r--r--community/pcsxr/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/pcsxr/PKGBUILD b/community/pcsxr/PKGBUILD
index 71bb22650..984dfac74 100644
--- a/community/pcsxr/PKGBUILD
+++ b/community/pcsxr/PKGBUILD
@@ -1,17 +1,19 @@
-# $Id: PKGBUILD 96557 2013-08-31 16:57:39Z schuay $
+# $Id: PKGBUILD 97005 2013-09-10 08:52:26Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: quantax -- contact via Arch Linux forum or AUR
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=pcsxr
pkgver=1.9.93
-pkgrel=1
+pkgrel=2
pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
arch=('i686' 'x86_64')
url='http://pcsxr.codeplex.com/'
license=('GPL')
-depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'gtk3')
+options=('!libtool')
+depends=('libcdio' 'libxv' 'sdl' 'gtk3')
makedepends=('mesa' 'intltool')
+[[ $CARCH == 'i686' ]] && makedepends+=('nasm')
# Accessible through /srv/ftp/other/community on nymeria.
source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2")