[skip-ci] 0ad: update to 0.0.23.1

This commit is contained in:
Jeff Huang 2018-12-24 08:47:23 +01:00
parent fcc21463d5
commit 52ad751e25
2 changed files with 4 additions and 12 deletions

View File

@ -1,9 +0,0 @@
2010-12-11 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* alpha_3-1 :
Upgraded.
2010-11-27 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* alpha_2-1 :
Imported from Arch Linux's AUR: http://aur.archlinux.org/packages.php?ID=36132

View File

@ -1,6 +1,7 @@
pkgname=0ad pkgname=0ad
pkgver=0.0.23 pkgver=0.0.23.1
_pkgver=$pkgver-alpha #_pkgver=$pkgver-alpha
_pkgver=0.0.23b-alpha
pkgrel=1 pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg
@ -14,7 +15,7 @@ makedepends=('boost' 'python2' 'cmake')
replaces=(0ad-debug) # If someone wants a debug version, they should rebuild 0ad with config=debug. replaces=(0ad-debug) # If someone wants a debug version, they should rebuild 0ad with config=debug.
categories=('games') categories=('games')
source=(https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz) source=(https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz)
sha1sums=('4baf0025ba6455a3d955168d2363945f75fd0ec1') sha1sums=('3c6bb8924d65d17200e6b9475101e7d04f5db13a')
prepare() { prepare() {
cd $pkgname-$_pkgver cd $pkgname-$_pkgver