From 6a88af086a4e3b6147f2e824569556421131177f Mon Sep 17 00:00:00 2001 From: Adrian Chaves Fernandez Date: Tue, 3 Sep 2013 19:35:59 +0000 Subject: [PATCH] 0 A.D. Alpha XIV --- 0ad-data/PKGBUILD | 6 +++--- 0ad/PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/0ad-data/PKGBUILD b/0ad-data/PKGBUILD index f77920121..b34b03062 100644 --- a/0ad-data/PKGBUILD +++ b/0ad-data/PKGBUILD @@ -5,7 +5,7 @@ pkgname=0ad-data _pkgname=0ad -pkgver=0.0.13 +pkgver=0.0.14 _pkgver=$pkgver-alpha pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game (data files)" @@ -15,8 +15,8 @@ url="http://wildfiregames.com/0ad" license=('GPL2' 'CCPL-by-sa') categories=('games') changelog=ChangeLog -source=(http://downloads.sourceforge.net/project/zero-ad/releases/$_pkgname-$_pkgver-unix-data.tar.xz) -md5sums=('bcac3e49c35c26962a410cce311d6040') +source=(http://downloads.sourceforge.net/project/zero-ad/$_pkgname-$_pkgver-unix-data.tar.xz) +md5sums=('801ff456dc3348aa4b4e18552f0bffd3') package_0ad-data() { cd $srcdir/$_pkgname-$_pkgver diff --git a/0ad/PKGBUILD b/0ad/PKGBUILD index 47ad6b8c0..f1d654c22 100644 --- a/0ad/PKGBUILD +++ b/0ad/PKGBUILD @@ -4,9 +4,9 @@ # Maintainer: Adrian Chaves Fernandez (Gallaecio) pkgname=0ad -pkgver=0.0.13 +pkgver=0.0.14 _pkgver=$pkgver-alpha -pkgrel=4 +pkgrel=1 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ makedepends=('boost' 'python2') replaces=(0ad-debug) # If someone wants a debug version, they should rebuild 0ad with config=debug. categories=('games') changelog=ChangeLog -source=(http://downloads.sourceforge.net/project/zero-ad/releases/$pkgname-$_pkgver-unix-build.tar.xz) -md5sums=('3075c982c4af41a3586b6b6ef637d2c4') +source=(http://downloads.sourceforge.net/project/zero-ad/$pkgname-$_pkgver-unix-build.tar.xz) +md5sums=('5bbaffa02b6e9082cbd5142d43f9b700') build() { cd $srcdir/$pkgname-$_pkgver/build/workspaces -- GitLab