Update to 0.6.2

* Add dependency on java-environment<10 due to report on aur
This commit is contained in:
Taylor Smock 2018-04-10 11:24:16 -06:00
parent 50f5589660
commit 4406ba3800
No known key found for this signature in database
GPG key ID: 9FDE4FFEF1C4CCB7
2 changed files with 8 additions and 11 deletions

View file

@ -1,14 +1,11 @@
# Generated by mksrcinfo v8
# Sun Feb 11 22:39:57 UTC 2018
pkgbase = multimc5
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 0.6.1
pkgrel = 3
pkgver = 0.6.2
pkgrel = 1
url = http://multimc.org/
arch = i686
arch = x86_64
license = Apache
makedepends = git
makedepends = patch
makedepends = cmake
makedepends = qt5-tools
@ -26,10 +23,10 @@ pkgbase = multimc5
conflicts = multimc5-git
conflicts = multimc-git
conflicts = multimc
source = https://github.com/MultiMC/MultiMC5/archive/0.6.1.tar.gz
source = https://github.com/MultiMC/MultiMC5/archive/0.6.2.tar.gz
source = https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.5.0.tar.gz
source = https://github.com/MultiMC/quazip/archive/multimc-2.tar.gz
sha512sums = 55adf34bcd4fb90ff6473902827fe16ad2e4546b32d65bc6dd9f49401ddb4a6d64ac751228346493491da9968ecf02ed9b5da81fa00db963a790bb2ef3a7bea1
sha512sums = e70e7e02b8e92f7f6edf8f6d84aae1049af0def9018e3c91839838d9f156dc99a784a62f65c449b493694c997444d490517a6413fad1aefa9753a99c585f2d7f
sha512sums = 333aa110a399a5061aba306912b6e9af18f824920a778afeb6b5714d91af64cb6135e2801a6271a38896a36db733308cbfade79830ca08bfca8a9d79fef69e68
sha512sums = de5169e46018b61f9d1221e537785c19e62d7de57e9726f65668ee5c265b4db8464cc6f8ac48bd28c0166b186fff31115c11e05451259437f3358e3b2c5fc57f

View file

@ -2,8 +2,8 @@
# Contributor: b.klettbach@gmail.com
pkgname=multimc5
pkgver=0.6.1
pkgrel=3
pkgver=0.6.2
pkgrel=1
__pkgver_libnbtplusplus=multimc-0.5.0
__pkgver_quazip=multimc-2
pkgdesc="Minecraft launcher with ability to manage multiple instances."
@ -12,14 +12,14 @@ url="http://multimc.org/"
license=('Apache')
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')
makedepends=('patch' 'cmake' 'qt5-tools' 'qt5-x11extras' 'java-environment>=8' 'java-environment<10')
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"
"https://github.com/MultiMC/quazip/archive/${__pkgver_quazip}.tar.gz"
)
sha512sums=('55adf34bcd4fb90ff6473902827fe16ad2e4546b32d65bc6dd9f49401ddb4a6d64ac751228346493491da9968ecf02ed9b5da81fa00db963a790bb2ef3a7bea1'
sha512sums=('e70e7e02b8e92f7f6edf8f6d84aae1049af0def9018e3c91839838d9f156dc99a784a62f65c449b493694c997444d490517a6413fad1aefa9753a99c585f2d7f'
'333aa110a399a5061aba306912b6e9af18f824920a778afeb6b5714d91af64cb6135e2801a6271a38896a36db733308cbfade79830ca08bfca8a9d79fef69e68'
'de5169e46018b61f9d1221e537785c19e62d7de57e9726f65668ee5c265b4db8464cc6f8ac48bd28c0166b186fff31115c11e05451259437f3358e3b2c5fc57f')
prepare() {