xonotic-data-low: update to 0.7.0.
This commit is contained in:
parent
a8f70b85bb
commit
822dbb1021
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xonotic-data-low'
|
# Template file for 'xonotic-data-low'
|
||||||
pkgname=xonotic-data-low
|
pkgname=xonotic-data-low
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Xonotic"
|
wrksrc="Xonotic"
|
||||||
homepage="http://xonotic.org"
|
homepage="http://xonotic.org"
|
||||||
|
@ -9,10 +9,8 @@ distfiles="http://dl.xonotic.org/xonotic-${version}-low.zip"
|
||||||
makedepends="unzip"
|
makedepends="unzip"
|
||||||
short_desc="A free, fast-paced crossplatform FPS (LQ data files)"
|
short_desc="A free, fast-paced crossplatform FPS (LQ data files)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=66b94b28d5013d53f757db431c97e1e55d0ef55dc959f14dd2b82ed9613d16ef
|
checksum=35a0e3c299ded3ee0e0b60cba94fed0ea844055972bb2e0a770497018a21711b
|
||||||
long_desc="
|
long_desc="
|
||||||
Xonotic is $short_desc.
|
|
||||||
|
|
||||||
This package contains the lower quality data files.
|
This package contains the lower quality data files.
|
||||||
|
|
||||||
Uses JPEG texture compression instead of using DDS textures compiled with S3TC.
|
Uses JPEG texture compression instead of using DDS textures compiled with S3TC.
|
||||||
|
@ -28,7 +26,7 @@ do_install() {
|
||||||
xonotic-data-low_package() {
|
xonotic-data-low_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
replaces="xonotic-data>=0"
|
replaces="xonotic-data>=0"
|
||||||
provides="xonotic-data-9999"
|
provides="xonotic-data-${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue