diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-18 23:14:41 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-28 11:10:49 +0200 |
commit | 4a63cde563c7dde409c8fe81a4325dc4adfdca39 (patch) | |
tree | 5a38cffa551b16e0a0c85ae083abcf63538398e3 /testing/xonotic-data | |
parent | ad76680320da987e08545018d476c8dbd4060441 (diff) | |
download | aports-4a63cde563c7dde409c8fe81a4325dc4adfdca39.tar.bz2 aports-4a63cde563c7dde409c8fe81a4325dc4adfdca39.tar.xz |
testing/xonotic-data: upgrade to 0.8.0
Diffstat (limited to 'testing/xonotic-data')
-rw-r--r-- | testing/xonotic-data/APKBUILD | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/testing/xonotic-data/APKBUILD b/testing/xonotic-data/APKBUILD index 40ab2c1582..d34986a69d 100644 --- a/testing/xonotic-data/APKBUILD +++ b/testing/xonotic-data/APKBUILD @@ -1,7 +1,8 @@ +# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=xonotic-data -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=0 pkgdesc="Data files for Xonotic" url="http://www.xonotic.org/" @@ -15,25 +16,11 @@ subpackages="" source="http://dl.xonotic.org/xonotic-${pkgver}.zip" _builddir=${srcdir}/Xonotic -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" -} - package() { mkdir -p "$pkgdir"/usr/share/xonotic/ mv "$srcdir"/Xonotic/data "$pkgdir"/usr/share/xonotic/ } -md5sums="eda7e8acadbefaf4b2efcfb70bbe98e2 xonotic-0.7.0.zip" -sha256sums="21a5fb5493c269cd3843789cb8598f952d4196e8bc71804b9bd5808b646542c6 xonotic-0.7.0.zip" -sha512sums="bde7d23251b80b0071693f013c1620ead3f0ac42f266921c9b37b1a8e4cc24935c9c2a4d5ddee588ce68042ba0341b720417b186b907eaba9e4c731cc3a9697c xonotic-0.7.0.zip" +md5sums="bc368e116a2502362e1d4f07d8f8efab xonotic-0.8.0.zip" +sha256sums="0a87c808827a8b234f2324b468ecb643aa48a6fd43322a29e616610dca316370 xonotic-0.8.0.zip" +sha512sums="49ae728f9269ff642540ec8a7ab52fb9624f3d05cab2b07c5a1aa87d4103d3acffad4e2a1f266d3976cd457e742a3a7a1fd4a774cbcde934b123ae3baa747332 xonotic-0.8.0.zip" |