summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2020-06-13 19:40:18 +1000
committerBrenton Horne2020-06-13 19:40:18 +1000
commit83a8bd3407f5d5f30c5f56c8b34d5945348c87e9 (patch)
tree42bad329482ce6e230fdf4f826a9f110d73d92f0
parent75809d9bff85110790a1856d8614cc554560b6f8 (diff)
downloadaur-83a8bd3407f5d5f30c5f56c8b34d5945348c87e9.tar.gz
Bumping to 256.git.f3ece12
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile.patch19
-rwxr-xr-xPKGBUILD2
-rw-r--r--fetch-engine.patch12
4 files changed, 2 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e6cc4ea088..49dd31c2694a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openra-kknd-git
pkgdesc = A Krush, Kill n' Destroy-inspired mod of OpenRA
- pkgver = 255.git.6b06c6d
+ pkgver = 256.git.f3ece12
pkgrel = 1
url = https://www.kknd-game.com/
install = openra-kknd.install
diff --git a/Makefile.patch b/Makefile.patch
deleted file mode 100644
index 8a126fdbd5d8..000000000000
--- a/Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile 2020-02-11 10:18:32.479087754 +1000
-+++ Makefile 2020-02-11 10:19:53.128498490 +1000
-@@ -314,8 +314,7 @@
- @ $(CP_R) thirdparty/download/osx/*.dll.config .
-
- geoip-dependencies:
-- @./thirdparty/fetch-geoip-db.sh
-- @ $(CP) thirdparty/download/GeoLite2-Country.mmdb.gz .
-+ @$(CP) ../../GeoLite2-Country.mmdb.gz .
-
- dependencies: $(os-dependencies)
-
-@@ -512,4 +511,4 @@
-
- .SUFFIXES:
-
--.PHONY: core package all mods clean distclean dependencies version $(PROGRAMS) nunit
-+.PHONY: core package all mods clean distclean dependencies version $(PROGRAMS) nunit
-\ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 50d03198812c..5f7cf3a27098 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openra-kknd-git
_pkgname=openra-kknd
-pkgver=255.git.6b06c6d
+pkgver=256.git.f3ece12
pkgrel=1
pkgdesc="A Krush, Kill n' Destroy-inspired mod of OpenRA"
arch=('any')
diff --git a/fetch-engine.patch b/fetch-engine.patch
deleted file mode 100644
index 4f192bc82c42..000000000000
--- a/fetch-engine.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/fetch-engine.sh b/fetch-engine.sh
-index 1eab9b4..b4dfc0e 100755
---- a/fetch-engine.sh
-+++ b/fetch-engine.sh
-@@ -72,6 +72,7 @@ if [ "${AUTOMATIC_ENGINE_MANAGEMENT}" = "True" ]; then
-
- echo "Compiling engine..."
- cd "${ENGINE_DIRECTORY}" || exit 1
-+ patch Makefile < ../../Makefile.patch
- make version VERSION="${ENGINE_VERSION}"
- exit 0
- fi \ No newline at end of file