mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/xonotic-data: upgrade to 0.8.0
This commit is contained in:
parent
ad76680320
commit
4a63cde563
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user