summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Smock2017-10-27 16:30:37 -0600
committerTaylor Smock2017-10-27 16:30:37 -0600
commite45e6e7fd3142d2a20b595d25d3444114f926266 (patch)
tree41218627e0c65666119ac650343b95146cdc7f53
parent8a9fb9f85ffd750ade4277c3bd79ee17d8ce54ce (diff)
downloadaur-e45e6e7fd3142d2a20b595d25d3444114f926266.tar.gz
Update to 0.5.2 (still not change in source code)
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
-rw-r--r--.SRCINFO11
-rwxr-xr-xPKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952197f19bfb..7ba551fbe1d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 18 00:23:41 UTC 2017
+# Fri Oct 27 22:24:18 UTC 2017
pkgbase = multimc5
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 0.5.1
- pkgrel = 4
+ pkgver = 0.5.2
+ pkgrel = 1
url = http://multimc.org/
arch = i686
arch = x86_64
@@ -22,13 +22,14 @@ pkgbase = multimc5
depends = qt5-svg
optdepends = mcedit: Allows editing of minecraft worlds
conflicts = multimc5-git
- source = https://github.com/MultiMC/MultiMC5/archive/0.5.1.tar.gz
+ conflicts = multimc-git
+ source = https://github.com/MultiMC/MultiMC5/archive/0.5.2.tar.gz
source = https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.5.0.tar.gz
source = multimc5.sh
source = multimc5.desktop
source = cmake-patch.diff
source = https://github.com/MultiMC/MultiMC5/commit/88041783e6a8c8f4b1e9bda55e6defe9feb7d93b.patch
- sha512sums = c48b6abd5a9fc1721d55fc311f2b6f0c69a7a6d945c45cab9d7a9dffb839fa0d8e127c188955947ffa9e44b78acc53007a7dde700003830e5e60dbdecc827a95
+ sha512sums = 9ebd46519520f355ad2ec735a7d9f2a4e8273b66c0c13948dcf9e950358eaee90c53bb0aedfd1083323e01417de410c60fbd554fcbf14c0be35764a47152f66d
sha512sums = 333aa110a399a5061aba306912b6e9af18f824920a778afeb6b5714d91af64cb6135e2801a6271a38896a36db733308cbfade79830ca08bfca8a9d79fef69e68
sha512sums = 6d5982ef93ffdf2910c9005d8d647523a7e225f95f6f9e45f2efbb690767a580bfd059804d891ba4507fde97432da73594d202970514476b764dd0cdb50e537c
sha512sums = a6712d0e84acc719ed1aff740717add44202f88cb42a0b7a3157108b73a1009ac7edd325f75d372e0a63617f40eb614d55fb4e24e5c1fb8957cd280486070675
diff --git a/PKGBUILD b/PKGBUILD
index 55adfe7a377e..5649905c64cc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: b.klettbach@gmail.com
pkgname=multimc5
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.5.2
+pkgrel=1
__pkgver_libnbtplusplus=multimc-0.5.0
__install_dir="/usr/lib/multimc5"
pkgdesc="Minecraft launcher with ability to manage multiple instances."
@@ -13,7 +13,7 @@ license=('Apache')
depends=('zlib' 'libgl' 'qt5-base' 'qt5-x11extras' 'java-runtime' 'qt5-svg')
makedepends=('git' 'patch' 'cmake' 'qt5-tools' 'qt5-x11extras' 'java-environment>=8')
optdepends=('mcedit: Allows editing of minecraft worlds')
-conflicts=('multimc5-git')
+conflicts=('multimc5-git' 'multimc-git')
source=("https://github.com/MultiMC/MultiMC5/archive/${pkgver}.tar.gz"
"https://github.com/MultiMC/libnbtplusplus/archive/${__pkgver_libnbtplusplus}.tar.gz"
'multimc5.sh'
@@ -21,7 +21,7 @@ source=("https://github.com/MultiMC/MultiMC5/archive/${pkgver}.tar.gz"
'cmake-patch.diff'
'https://github.com/MultiMC/MultiMC5/commit/88041783e6a8c8f4b1e9bda55e6defe9feb7d93b.patch'
)
-sha512sums=('c48b6abd5a9fc1721d55fc311f2b6f0c69a7a6d945c45cab9d7a9dffb839fa0d8e127c188955947ffa9e44b78acc53007a7dde700003830e5e60dbdecc827a95'
+sha512sums=('9ebd46519520f355ad2ec735a7d9f2a4e8273b66c0c13948dcf9e950358eaee90c53bb0aedfd1083323e01417de410c60fbd554fcbf14c0be35764a47152f66d'
'333aa110a399a5061aba306912b6e9af18f824920a778afeb6b5714d91af64cb6135e2801a6271a38896a36db733308cbfade79830ca08bfca8a9d79fef69e68'
'6d5982ef93ffdf2910c9005d8d647523a7e225f95f6f9e45f2efbb690767a580bfd059804d891ba4507fde97432da73594d202970514476b764dd0cdb50e537c'
'a6712d0e84acc719ed1aff740717add44202f88cb42a0b7a3157108b73a1009ac7edd325f75d372e0a63617f40eb614d55fb4e24e5c1fb8957cd280486070675'