summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-10-19 21:37:13 +0200
committerSefa Eyeoglu2022-10-19 21:37:13 +0200
commit94cf8406c4dde5ccaf3ef82d8cad30f52d2fc389 (patch)
tree95d394811d00e20e1c9acc94801de11a128272a2 /PKGBUILD
parent23a679683d3193e42b132fac70361458df273f59 (diff)
downloadaur-94cf8406c4dde5ccaf3ef82d8cad30f52d2fc389.tar.gz
upgpkg: prismlauncher-git 5.0.r0.g41032aaa-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b71999e8e34f..bdf01fd58f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=prismlauncher
pkgname=${_pkgname}-git
pkgver=5.0.r0.g41032aaa
-pkgrel=2
+pkgrel=3
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://prismlauncher.org"
@@ -22,10 +22,10 @@ optdepends=('glfw: to use system GLFW libraries'
'xorg-xrandr: for older minecraft versions'
)
options=(debug)
-source=("git+https://github.com/PrismLauncher/PrismLauncher.git"
- "git+https://github.com/PrismLauncher/libnbtplusplus.git")
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/PrismLauncher/PrismLauncher.git")
+ #"git+https://github.com/PrismLauncher/libnbtplusplus.git")
+sha256sums=('SKIP')
+ #'SKIP')
pkgver() {
cd "PrismLauncher"
@@ -35,7 +35,8 @@ pkgver() {
prepare() {
cd "PrismLauncher"
git submodule init
- git config submodule.libraries/libnbtplusplus.url "${srcdir}/libnbtplusplus"
+ # Git CVE prevents this from working :/
+ #git config submodule.libraries/libnbtplusplus.url "${srcdir}/libnbtplusplus"
git config submodule.libraries/quazip.active false
git config submodule.libraries/tomlplusplus.active false
git config submodule.libraries/filesystem.active false