From 2cfbbdcb041073ed1f9aff2f2fd630b24e039e6d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Sep 2013 01:51:01 -0700 Subject: Wed Sep 11 01:49:28 PDT 2013 --- community/pcsxr/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/pcsxr/PKGBUILD') 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 # Contributor: quantax -- contact via Arch Linux forum or AUR # Contributor: Christoph Zeiler 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") -- cgit v1.2.3-54-g00ecf