Date: Sunday, December 22, 2013 @ 09:25:09 Author: lcarlier Revision: 102851
upgpkg: warzone2100 3.1.1-1 upstream update 3.1.1 Modified: warzone2100/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-22 05:01:00 UTC (rev 102850) +++ PKGBUILD 2013-12-22 08:25:09 UTC (rev 102851) @@ -3,8 +3,8 @@ # Contributor: Angelo Theodorou <[email protected]> pkgname=warzone2100 -pkgver=3.1.0 -pkgrel=4 +pkgver=3.1.1 +pkgrel=1 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net/" arch=('i686' 'x86_64') @@ -12,12 +12,12 @@ depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt4') makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('7f061f3e5a2a6a83c146508ccefabd86') +md5sums=('0b81a0012098a1310f5351a3ace2021b') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --with-distributor="Arch linux" + ./configure --prefix=/usr --with-distributor="Archlinux" make }
