summaryrefslogtreecommitdiff
path: root/extra/scummvm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scummvm/PKGBUILD')
-rw-r--r--extra/scummvm/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/scummvm/PKGBUILD b/extra/scummvm/PKGBUILD
index fbc77bd84..7ce46fe07 100644
--- a/extra/scummvm/PKGBUILD
+++ b/extra/scummvm/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 146120 2012-01-05 12:48:56Z juergen $
+# $Id: PKGBUILD 150218 2012-02-15 08:08:05Z juergen $
# Maintainer: juergen <juergen@archlinux.org>
# Contributor: Manolis Tzanidakis, Petter Gundersen
pkgname=scummvm
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.scummvm.org/"
depends=('libmad' 'sdl' 'fluidsynth')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('361000b78ebf0d0f449e98238d677be1')
+md5sums=('aa094c2224aad22d5340a1d2d919c883')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
./configure --backend=sdl --disable-debug \
--with-flac-prefix=/usr \
--with-fluidsynth-prefix=/usr \
+ --disable-faad \
--prefix=/usr
make
}