summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-10-19 20:03:29 +0200
committerSefa Eyeoglu2022-10-19 20:03:29 +0200
commit23a679683d3193e42b132fac70361458df273f59 (patch)
tree1cc6f6fa7a9a6a1d6b10fcf332ce9b9263d2a6ed /PKGBUILD
parentce3d3ec4d608e1744231f0858d3570536680923a (diff)
downloadaur-23a679683d3193e42b132fac70361458df273f59.tar.gz
upgpkg: prismlauncher-git 5.0.r0.g41032aaa-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1e70aee553e..b71999e8e34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_pkgname=prismlauncher
pkgname=${_pkgname}-git
pkgver=5.0.r0.g41032aaa
-pkgrel=1
+pkgrel=2
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
-url="https://github.com/PrismLauncher/PrismLauncher"
+url="https://prismlauncher.org"
license=('GPL3')
depends=('java-runtime' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme' 'quazip-qt6')
provides=('prismlauncher')
-conflicts=('prismlauncher') # conflicting currently
+conflicts=('prismlauncher')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'tomlplusplus' 'ghc-filesystem' 'gamemode')
optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries'
@@ -35,7 +35,7 @@ pkgver() {
prepare() {
cd "PrismLauncher"
git submodule init
- git config submodule.depends/libnbtplusplus.url "${srcdir}/libnbtplusplus"
+ 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