diff options
author | Sefa Eyeoglu | 2022-10-19 20:03:29 +0200 |
---|---|---|
committer | Sefa Eyeoglu | 2022-10-19 20:03:29 +0200 |
commit | 23a679683d3193e42b132fac70361458df273f59 (patch) | |
tree | 1cc6f6fa7a9a6a1d6b10fcf332ce9b9263d2a6ed /PKGBUILD | |
parent | ce3d3ec4d608e1744231f0858d3570536680923a (diff) | |
download | aur-23a679683d3193e42b132fac70361458df273f59.tar.gz |
upgpkg: prismlauncher-git 5.0.r0.g41032aaa-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |