summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-10-18 03:00:57 +0200
committerMichał Wojdyła2022-10-18 03:00:57 +0200
commitd8dd17699ce895bd15b4c82e3ed32639c6b0860f (patch)
treeeaee1223c54ef6e2b96a0cebc0237a818e9c4c80
parentbc0157524c46b237b8db5e3b2319029caf8e5265 (diff)
downloadaur-d8dd17699ce895bd15b4c82e3ed32639c6b0860f.tar.gz
update submodule handling
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6a0b347672d..187c2c831478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,8 +18,8 @@ pkgbase = multimc5
provides = multimc
conflicts = multimc
source = multimc5::git+https://github.com/MultiMC/Launcher#tag=0.6.16
- source = libnbtplusplus::git+https://github.com/MultiMC/libnbtplusplus#commit=dc72a20b7efd304d12af2025223fad07b4b78464
- source = quazip::git+https://github.com/MultiMC/quazip#commit=b1a72ac0bb5a732bf887a535ab75c6f9bedb6b6b
+ source = libnbtplusplus::git+https://github.com/MultiMC/libnbtplusplus
+ source = quazip::git+https://github.com/MultiMC/quazip
source = https://files.multimc.org/downloads/mmc-stable-lin64.tar.gz
source = 0001-Readd-lin-system-and-LAUNCHER_LINUX_DATADIR.patch
source = fix-jars.patch
diff --git a/PKGBUILD b/PKGBUILD
index f397094c11e4..daa121743c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: getchoo <getchoo at tuta dot io>
+# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: vorpalblade77@gmail.com
# Contributor: b.klettbach@gmail.com
# Contributor: Patrik Plihal <patrik.plihal at gmail dot com>
@@ -7,8 +8,6 @@
pkgname=multimc5
_pkgname=multimc
pkgver=0.6.16
-_nbtplusplusver=dc72a20b7efd304d12af2025223fad07b4b78464
-_quazipver=b1a72ac0bb5a732bf887a535ab75c6f9bedb6b6b
pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
@@ -24,8 +23,8 @@ optdepends=('visualvm: Profiling support'
provides=('multimc')
conflicts=('multimc')
source=("${pkgname}::git+https://github.com/MultiMC/Launcher#tag=${pkgver}"
- "libnbtplusplus::git+https://github.com/MultiMC/libnbtplusplus#commit=${_nbtplusplusver}"
- "quazip::git+https://github.com/MultiMC/quazip#commit=${_quazipver}"
+ "libnbtplusplus::git+https://github.com/MultiMC/libnbtplusplus"
+ "quazip::git+https://github.com/MultiMC/quazip"
"https://files.multimc.org/downloads/mmc-stable-lin64.tar.gz"
"0001-Readd-lin-system-and-LAUNCHER_LINUX_DATADIR.patch"
"fix-jars.patch"