summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYupian Shuang2021-12-14 22:23:28 -0500
committerYupian Shuang2021-12-14 22:23:28 -0500
commit7dabcd4b179440dc18013ee866fde7349bab74dd (patch)
tree526096b5afe34409cecd4c871eb3d81f7e0d8dbb
parent39cc746e3159c15b935eb73539f48af88a702ee6 (diff)
downloadaur-7dabcd4b179440dc18013ee866fde7349bab74dd.tar.gz
0.6.14.2998-2: replace multimc-native
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f015116c65d..e6add295c732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = multimc-bin
- pkgdesc = MultiMC binaries without the non-native download script.
+ pkgdesc = A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.
pkgver = 0.6.14.2998
- pkgrel = 1
+ pkgrel = 2
url = https://multimc.org/
arch = x86_64
license = Apache
@@ -16,6 +16,7 @@ pkgbase = multimc-bin
optdepends = glfw: to use system GLFW libraries
provides = multimc
conflicts = multimc
+ replaces = multimc-native
source = multimc-0.6.14.2998.tar.gz::https://files.multimc.org/downloads/mmc-stable-lin64.tar.gz
source = multimc.svg
source = multimc.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1236deb1403f..274a9564ece7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=multimc-bin
_pkgname=multimc
pkgver=0.6.14.2998
-pkgrel=1
-pkgdesc="MultiMC binaries without the non-native download script."
+pkgrel=2
+pkgdesc="A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once."
arch=('x86_64')
url="https://multimc.org/"
license=('Apache')
depends=('zlib' 'libgl' 'qt5-base' 'java-runtime')
provides=('multimc')
+replaces=('multimc-native')
conflicts=('multimc')
optdepends=('mcedit: Allows editing of minecraft worlds'
'visualvm: Profiling support'