summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-10-19 22:48:39 +0200
committerSefa Eyeoglu2022-10-19 22:48:39 +0200
commit00bfd989e1061eb0463da9d90a0a020453d65040 (patch)
tree05fe809d3967139f433af190b80dd8e07823f80a
parent188aee87a20cb2420cec611ced034670a53bc72a (diff)
downloadaur-00bfd989e1061eb0463da9d90a0a020453d65040.tar.gz
upgpkg: prismlauncher 5.0-4
conflict with polymc Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07bd07d3fd39..e9accfbe5b90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = prismlauncher
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 5.0
- pkgrel = 3
+ pkgrel = 4
url = https://prismlauncher.org
arch = i686
arch = x86_64
@@ -27,6 +27,8 @@ pkgbase = prismlauncher
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
+ provides = polymc
+ conflicts = polymc
source = https://github.com/PrismLauncher/PrismLauncher/releases/download/5.0/PrismLauncher-5.0.tar.gz
sha256sums = 27c2c7e0c9aaa3450b7449683cfd2a9a941b7118ab83947de09285438e03c495
diff --git a/PKGBUILD b/PKGBUILD
index b383cb4ffd89..3b511cd3d433 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,14 @@
pkgname=prismlauncher
pkgver=5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
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=('polymc')
+conflicts=('polymc')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'ghc-filesystem' 'gamemode' 'tomlplusplus')
optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries'