summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2018-02-11 15:37:35 -0700
committerTaylor Smock2018-02-11 15:41:18 -0700
commit50f5589660bf9e55c39a23bbbe6eb45095ea82b4 (patch)
tree263cbb828dbb52b1f96381ce09dd34af2e69f8d6
parent872c30c84cf2a14983adb942bf99fa9095972d21 (diff)
downloadaur-50f5589660bf9e55c39a23bbbe6eb45095ea82b4.tar.gz
DEPENDENCIES: Due Minecraft not launching without xorg-xrandr, it is moved to dependencies
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3107ed0b90..7b6181dcfa9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 1 20:03:31 UTC 2018
+# Sun Feb 11 22:39:57 UTC 2018
pkgbase = multimc5
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 0.6.1
- pkgrel = 2
+ pkgrel = 3
url = http://multimc.org/
arch = i686
arch = x86_64
@@ -20,8 +20,9 @@ pkgbase = multimc5
depends = qt5-x11extras
depends = java-runtime
depends = qt5-svg
+ depends = xorg-xrandr
optdepends = mcedit: Allows editing of minecraft worlds
- optdepends = xorg-xrandr: Some modpacks require this to launch
+ provides = multimc
conflicts = multimc5-git
conflicts = multimc-git
conflicts = multimc
diff --git a/PKGBUILD b/PKGBUILD
index 68311aa327f9..00aed1225300 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=multimc5
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
__pkgver_libnbtplusplus=multimc-0.5.0
__pkgver_quazip=multimc-2
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
url="http://multimc.org/"
license=('Apache')
-depends=('zlib' 'libgl' 'qt5-base' 'qt5-x11extras' 'java-runtime' 'qt5-svg')
+depends=('zlib' 'libgl' 'qt5-base' 'qt5-x11extras' 'java-runtime' 'qt5-svg' 'xorg-xrandr')
+provides=('multimc')
makedepends=('git' 'patch' 'cmake' 'qt5-tools' 'qt5-x11extras' 'java-environment>=8')
-optdepends=('mcedit: Allows editing of minecraft worlds'
- 'xorg-xrandr: Some modpacks require this to launch')
+optdepends=('mcedit: Allows editing of minecraft worlds')
conflicts=('multimc5-git' 'multimc-git' 'multimc')
source=("https://github.com/MultiMC/MultiMC5/archive/${pkgver}.tar.gz"
"https://github.com/MultiMC/libnbtplusplus/archive/${__pkgver_libnbtplusplus}.tar.gz"