From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/warzone2100/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/warzone2100') diff --git a/community/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD index b9958a37a..ee3858b98 100644 --- a/community/warzone2100/PKGBUILD +++ b/community/warzone2100/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94912 2013-08-01 06:55:47Z bpiotrowski $ +# $Id: PKGBUILD 102852 2013-12-22 08:25:23Z lcarlier $ # Maintainer: Vesa Kaihlavirta # Contributor: Angelo Theodorou 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 @@ license=('GPL') 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 } -- cgit v1.2.3-54-g00ecf