diff --git a/scummvm/trunk/PKGBUILD b/scummvm/trunk/PKGBUILD index faa44d4..1d20e2e 100644 --- a/scummvm/trunk/PKGBUILD +++ b/scummvm/trunk/PKGBUILD @@ -3,21 +3,21 @@ # Contributor: Manolis Tzanidakis, Petter Gundersen pkgname=scummvm -pkgver=1.4.1 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games." arch=('i686' 'x86_64') license=('GPL') url="http://www.scummvm.org/" -depends=('libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad') +depends=('faad2' 'fluidsynth' 'freetype2' 'libmad' 'sdl') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('aa094c2224aad22d5340a1d2d919c883') +md5sums=('d71d1df5c8262556fedbe885972fbf6e') build() { cd "${srcdir}"/${pkgname}-${pkgver} ./configure --disable-debug \ - --enable-release \ - --prefix=/usr + --enable-release \ + --prefix=/usr make } @@ -25,5 +25,5 @@ package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR=$startdir/pkg install install -Dm644 dists/${pkgname}.desktop \ - "${pkgdir}"/usr/share/applications/${pkgname}.desktop + "${pkgdir}"/usr/share/applications/${pkgname}.desktop }