summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-09-24 23:29:20 -0300
committerRafael Fontenelle2017-09-24 23:29:20 -0300
commit65431fc2bbdae8867a9f2fc5cf257c2377ea7f5f (patch)
treee35d87aeda32fa75db2cd78020a0c755e1cbb5f1
parentd2b42c13fff72026f068fc24eb0805c42b1c0d30 (diff)
downloadaur-65431fc2bbdae8867a9f2fc5cf257c2377ea7f5f.tar.gz
Add Insane maps
Also order types alphabetically
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d018ce5d0f..9156dcd67ed3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 02:19:53 UTC 2017
+# Mon Sep 25 02:28:41 UTC 2017
pkgbase = ddnet-maps-git
pkgdesc = All released maps with server configs of DDraceNetwork
pkgver = r963.g21e1ca0
diff --git a/PKGBUILD b/PKGBUILD
index 2116ed56d8b9..b5b7df0717bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,12 +43,13 @@ package() {
sed '/sv_test_cmds/s/1/0/' -i "$_datadir/autoexec_server.cfg"
# Append a '#' to line of the map type you DO NOT want to be installed
- cp -a types/novice $_datadir/types/
- cp -a types/moderate $_datadir/types/
cp -a types/brutal $_datadir/types/
- cp -a types/dummy $_datadir/types/
cp -a types/ddmax $_datadir/types/
+ cp -a types/dummy $_datadir/types/
+ cp -a types/insane $_datadir/types/
+ cp -a types/moderate $_datadir/types/
+ cp -a types/novice $_datadir/types/
cp -a types/oldschool $_datadir/types/
- cp -a types/solo $_datadir/types/
cp -a types/race $_datadir/types/
+ cp -a types/solo $_datadir/types/
}