summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2020-07-29 15:03:44 +1000
committerEndlessEden2020-07-29 15:03:44 +1000
commit956b91c5091c36862b81357858a25aa301f6a367 (patch)
treec4cc51d720e6f8b478bf3889f2957fb1aa9a8217
parent6bda623c9c901c8b40d07c048b943a3bf56dfe38 (diff)
downloadaur-956b91c5091c36862b81357858a25aa301f6a367.tar.gz
Updated; Remove d0_blind_id-git depend and removed d0_blind_id edits from build(). Need to update later.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD25
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e0cb75fd95..1331c159142b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xonotic-git
pkgdesc = A free, fast-paced crossplatform first-person shooter. GIT version. PLEASE SEE AUR COMMENTS.
- pkgver = 20170101.r1675.4d0c2bf
+ pkgver = 20200729.r1904.9304e64
pkgrel = 1
url = http://xonotic.org
arch = i686
@@ -17,7 +17,6 @@ pkgbase = xonotic-git
makedepends = sdl2
makedepends = mesa
makedepends = imagemagick
- depends = d0_blind_id-git
depends = libxpm
depends = libjpeg>=8
depends = libpng>=1.4.0
diff --git a/PKGBUILD b/PKGBUILD
index 348d77774c06..1d6c07169d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
pkgname=xonotic-git
-pkgver=20170101.r1675.4d0c2bf
+pkgver=20200729.r1904.9304e64
pkgrel=1
pkgdesc="A free, fast-paced crossplatform first-person shooter. GIT version. PLEASE SEE AUR COMMENTS."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'armv8h')
url="http://xonotic.org"
license=('GPL')
depends=(
- 'd0_blind_id-git'
'libxpm'
'libjpeg>=8'
'libpng>=1.4.0'
@@ -102,11 +101,11 @@ build() {
cd "$srcdir"
msg "Connecting to GIT server...."
- if [ ! -e "$srcdir"/$_gitname/d0_blind_id.no ] ; then
- cd $_gitname
- touch d0_blind_id.no
- cd ../
- fi
+ #if [ ! -e "$srcdir"/$_gitname/d0_blind_id.no ] ; then
+ # cd $_gitname
+ # touch d0_blind_id.no
+ # cd ../
+ #fi
if [ ! -e "$srcdir"/$_gitname/netradiant.yes ] ; then
cd $_gitname
touch netradiant.yes
@@ -117,11 +116,11 @@ build() {
touch data/xonotic-nexcompat.pk3dir.yes
cd ../
fi
- if [ ! -d "$srcdir"/$_gitname/d0_blind_id ] ; then
- cd $_gitname
- mkdir d0_blind_id
- cd ../
- fi
+ #if [ ! -d "$srcdir"/$_gitname/d0_blind_id ] ; then
+ # cd $_gitname
+ # mkdir d0_blind_id
+ # cd ../
+ #fi
cd ${_gitname}
@@ -245,7 +244,7 @@ build() {
# fi
# fi
- ./all compile
+ ./all compile -r
msg "Building data pk3's..."
rm -rf "$srcdir"/temp # just in case it was interrupted previously