[arch-commits] Commit in scummvm-tools/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jan 12 17:01:37 UTC 2017


    Date: Thursday, January 12, 2017 @ 17:01:36
  Author: svenstaro
Revision: 207029

upgpkg: scummvm-tools 1.9.0-1

upstream release 1.9.0

Modified:
  scummvm-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 16:59:36 UTC (rev 207028)
+++ PKGBUILD	2017-01-12 17:01:36 UTC (rev 207029)
@@ -4,20 +4,19 @@
 # Contributor: Sebastian Hase <sebastian_hase at gmx.de>
 # Contributor: Joe Davison <joe at thosedamnpeanuts.com>
 pkgname=scummvm-tools
-pkgver=1.8.0
+pkgver=1.9.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/"
 license=('GPL')
-depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
+depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
 arch=('i686' 'x86_64')
 source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
-md5sums=('47cb6462a9eb985e22c801445a6ffdc5')
+md5sums=('7b472cc2895161c64630df92df4c65b0')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list