summaryrefslogtreecommitdiff
path: root/community/warzone2100
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/warzone2100
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/warzone2100')
-rw-r--r--community/warzone2100/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <vegai@iki.fi>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
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
}