summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-10-19 20:03:29 +0200
committerSefa Eyeoglu2022-10-19 20:03:29 +0200
commit23a679683d3193e42b132fac70361458df273f59 (patch)
tree1cc6f6fa7a9a6a1d6b10fcf332ce9b9263d2a6ed
parentce3d3ec4d608e1744231f0858d3570536680923a (diff)
downloadaur-23a679683d3193e42b132fac70361458df273f59.tar.gz
upgpkg: prismlauncher-git 5.0.r0.g41032aaa-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69875ccf3b84..60115848c660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = prismlauncher-git
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 5.0.r0.g41032aaa
- pkgrel = 1
- url = https://github.com/PrismLauncher/PrismLauncher
+ pkgrel = 2
+ url = https://prismlauncher.org
arch = i686
arch = x86_64
arch = aarch64
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