summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08547ea0237b..727e6de00dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = prismlauncher-git
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 6.0.r238.gdeed4957
- pkgrel = 4
+ pkgver = 8.0.r757.g98d68bafe
+ pkgrel = 1
url = https://prismlauncher.org
arch = i686
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-3.0-only AND LGPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Batch AND OFL-1.1
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = git
@@ -31,6 +31,7 @@ pkgbase = prismlauncher-git
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
optdepends = java-runtime=8: for older minecraft versions
+ optdepends = flite: minecraft voice narration
provides = prismlauncher
conflicts = prismlauncher
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 3cca766269ed..3b488a342b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
_pkgname=prismlauncher
pkgname=${_pkgname}-git
-pkgver=6.0.r238.gdeed4957
-pkgrel=4
+pkgver=8.0.r757.g98d68bafe
+pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://prismlauncher.org"
-license=('GPL3')
+license=('GPL-3.0-only AND LGPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Batch AND OFL-1.1')
depends=('java-runtime=17' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'qt6-networkauth' 'zlib' 'hicolor-icon-theme' 'quazip-qt6' 'cmark' 'tomlplusplus')
provides=('prismlauncher')
conflicts=('prismlauncher')
@@ -23,6 +23,7 @@ optdepends=('glfw: to use system GLFW libraries'
'visualvm: Profiling support'
'xorg-xrandr: for older minecraft versions'
'java-runtime=8: for older minecraft versions'
+ 'flite: minecraft voice narration'
)
options=(debug)
source=("git+https://github.com/PrismLauncher/PrismLauncher.git"