summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2017-08-17 18:04:39 -0600
committerTaylor Smock2017-08-17 18:04:39 -0600
commita8024bb5d99ceeeed4cec14b1bbfa91f70349619 (patch)
tree2b25cd624d8812ef72be79947b45e45c717fbde5
parent53b867e0d92a35fbd77f0bb96a0003f79a6d217d (diff)
downloadaur-a8024bb5d99ceeeed4cec14b1bbfa91f70349619.tar.gz
Change default data directory to multimc from multimc5
* The Ubuntu client used multimc instead of multimc5. This change brings us in line with the official ubuntu client. * Those using XDG_DATA_HOME will NOT need to move anything
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xmultimc5.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06bdee16c221..689b043f81d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 29 23:46:30 UTC 2017
+# Fri Aug 18 00:04:24 UTC 2017
pkgbase = multimc5
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 0.5.1
- pkgrel = 3
+ pkgrel = 4
url = http://multimc.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c793918b7a05..0717883abbba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=multimc5
pkgver=0.5.1
-pkgrel=3
+pkgrel=4
__pkgver_libnbtplusplus=multimc-0.5.0
__install_dir="/usr/lib/multimc5"
pkgdesc="Minecraft launcher with ability to manage multiple instances."
diff --git a/multimc5.sh b/multimc5.sh
index 87efb168a899..2fd8eb25b0d1 100755
--- a/multimc5.sh
+++ b/multimc5.sh
@@ -3,7 +3,7 @@
set -e
set -x
function variables() {
- NAME="${2:-multimc5}"
+ NAME="${2:-multimc}"
if [ "${1}" ]; then
DATA_DIR="${1}"
else