summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrenton Horne2020-06-13 04:24:28 +1000
committerBrenton Horne2020-06-13 04:24:28 +1000
commitdda0e7a24d6bfbb0893ca593128b530a24788565 (patch)
tree0fea8945ace417f0e66ec1a0c53c43d2e7ee0643 /PKGBUILD
parent092ed431439e5e5782b3b97a70559bb780d46073 (diff)
downloadaur-dda0e7a24d6bfbb0893ca593128b530a24788565.tar.gz
Rm old unneeded patches
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21b773a0bfa1..74c3b4d244b3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,7 @@ makedepends=('dos2unix' 'git' 'unzip' 'msbuild')
provides=('openra-raplus')
options=(!strip)
source=("git+${url}.git"
-# You have to get the following file from MaxMind, which will require a free account
-# https://dev.maxmind.com/geoip/geoip2/geolite2/
-#"local://GeoLite2-Country.mmdb.gz"
"openra-raplus"
-#"fetch-engine.patch"
-"Makefile.patch"
"openra-raplus.appdata.xml"
"openra-raplus.desktop")
md5sums=('SKIP'
@@ -40,7 +35,6 @@ prepare() {
cd $srcdir/raplusmod
dos2unix *.md
find . -name "*.sh" -exec chmod +x {} \;
-# patch -Np1 -i $srcdir/fetch-engine.patch
printf "Success in converting docs...\n"
}