diff options
author | root <root@rshg054.dnsready.net> | 2011-11-19 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-19 23:14:49 +0000 |
commit | a3024f8996981b28ced27466cbd1d4ab40e57324 (patch) | |
tree | 33e1ab51e17de598241385ef355cc67662d9ad74 /community/scummvm-tools/PKGBUILD | |
parent | 126af148530f656a2ed192a852477b2ee97d5397 (diff) |
Sat Nov 19 23:14:48 UTC 2011
Diffstat (limited to 'community/scummvm-tools/PKGBUILD')
-rw-r--r-- | community/scummvm-tools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD index 56ae948d0..1dba7faf0 100644 --- a/community/scummvm-tools/PKGBUILD +++ b/community/scummvm-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 48337 2011-05-31 11:29:28Z svenstaro $ +# $Id: PKGBUILD 58732 2011-11-18 08:41:40Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jérémie Dimino <jeremie@dimino.org> # Contributor: Sebastian Hase <sebastian_hase@gmx.de> # Contributor: Joe Davison <joe@thosedamnpeanuts.com> pkgname=scummvm-tools -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM" url="http://www.scummvm.org/" @@ -12,7 +12,7 @@ license=('GPL') depends=('libpng' 'wxgtk' 'flac' 'libvorbis') arch=('i686' 'x86_64') source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz) -md5sums=('0239cb022e508f2399d584efa6f177b2') +md5sums=('43cbf9f5c4939876cf4149dd59e68044') build() { cd ${pkgname}-${pkgver} |