[upd] 0.2.3551→0.4.3681

This commit is contained in:
Carsten Teibes 2014-03-27 17:44:48 +01:00
parent 129a5e6b10
commit a31aeb36dd
2 changed files with 6 additions and 7 deletions

View file

@ -1,13 +1,13 @@
pkgbase = liquidwar6-extra-maps
pkgdesc = Extra maps for Liquidwar6
pkgver = 0.2.3551
pkgver = 0.4.3681
pkgrel = 1
url = http://www.gnu.org/software/liquidwar6/
arch = any
license = GPL
depends = liquidwar6=0.2.3551
source = http://download.savannah.gnu.org/releases/liquidwar6/0.2.3551/liquidwar6-extra-maps-0.2.3551.tar.gz
sha256sums = 1acb398907d2c89e26f0f7baae11e88024968be52fa0c6534ce8305b32271f6b
depends = liquidwar6=0.4.3681
source = http://download.savannah.gnu.org/releases/liquidwar6/0.4.3681/liquidwar6-extra-maps-0.4.3681.tar.gz
sha256sums = 32ffe94781aade93ca26919220b434a26dbde9260655bf6733f19d5df41abc65
pkgname = liquidwar6-extra-maps

View file

@ -3,7 +3,7 @@
# Contributor: Dany Martineau <dany.luc.martineau gmail com>
pkgname=liquidwar6-extra-maps
pkgver=0.2.3551
pkgver=0.4.3681
pkgrel=1
pkgdesc="Extra maps for Liquidwar6"
arch=('any')
@ -11,13 +11,12 @@ url="http://www.gnu.org/software/liquidwar6/"
license=('GPL')
depends=("liquidwar6=$pkgver")
source=("http://download.savannah.gnu.org/releases/liquidwar6/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('1acb398907d2c89e26f0f7baae11e88024968be52fa0c6534ce8305b32271f6b')
sha256sums=('32ffe94781aade93ca26919220b434a26dbde9260655bf6733f19d5df41abc65')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib/liquidwar6
make
}