summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576967946afd..69875ccf3b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prismlauncher-git
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 1.4.0.r381.g3405fd91
+ pkgver = 5.0.r0.g41032aaa
pkgrel = 1
url = https://github.com/PrismLauncher/PrismLauncher
arch = i686
@@ -14,6 +14,7 @@ pkgbase = prismlauncher-git
makedepends = scdoc
makedepends = tomlplusplus
makedepends = ghc-filesystem
+ makedepends = gamemode
depends = java-runtime
depends = libgl
depends = qt6-base
@@ -27,8 +28,8 @@ pkgbase = prismlauncher-git
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
- provides = polymc
- conflicts = polymc
+ provides = prismlauncher
+ conflicts = prismlauncher
options = debug
source = git+https://github.com/PrismLauncher/PrismLauncher.git
source = git+https://github.com/PrismLauncher/libnbtplusplus.git
diff --git a/PKGBUILD b/PKGBUILD
index 3742aba414a9..f1e70aee553e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,16 @@
_pkgname=prismlauncher
pkgname=${_pkgname}-git
-pkgver=1.4.0.r381.g3405fd91
+pkgver=5.0.r0.g41032aaa
pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/PrismLauncher/PrismLauncher"
license=('GPL3')
depends=('java-runtime' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme' 'quazip-qt6')
-provides=('polymc')
-conflicts=('polymc') # conflicting currently
-makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'tomlplusplus' 'ghc-filesystem')
+provides=('prismlauncher')
+conflicts=('prismlauncher') # conflicting currently
+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'
'visualvm: Profiling support'