mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 03:32:19 +01:00
[upd] 0.2.3551→0.4.3681
This commit is contained in:
parent
129a5e6b10
commit
a31aeb36dd
2 changed files with 6 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue