summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-12-22 06:41:15 -0400
committerWilson E. Alvarez2017-12-22 06:41:15 -0400
commit4769dd8bf8051a9bc219d026b159d8530742b1c0 (patch)
tree734b34f3effa5dea9e0704a8d9f28135b9e5d5f2
parent2667681adda5be9c4a1856f7ddede21e5dd3fe6e (diff)
parent3903d3e9f4e00ec311d6689a1051fb86b47da26b (diff)
downloadaur-4769dd8bf8051a9bc219d026b159d8530742b1c0.tar.gz
Fixed SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1452b70b1ed..b7e5858242d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 10:40:15 UTC 2017
+# Fri Dec 22 10:41:05 UTC 2017
pkgbase = cocos2d-x-src
pkgdesc = Cocos2D-X is a game engine that supports multiple platforms such as iOS, Android, WinXP/7/8, WP8, BlackBerry, MeeGo, Marmelade, WebOS, Mac OS X
pkgver = 3.16
diff --git a/PKGBUILD b/PKGBUILD
index 659f03abccfa..b43d9092a290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -118,8 +118,11 @@ sha256sums=(
prepare() {
cd "$srcdir"/$_appname-$pkgver
- chmod +x "download-deps.py"
- python2 "download-deps.py" -r yes
+
+ # Note: Disabled downloading external dependencies since they are included
+ # with Cocos2D-X. On some releases this might be needed:
+ #chmod +x "download-deps.py"
+ #python2 "download-deps.py" -r yes
}