summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2022-10-21 16:31:28 +0530
committertxtsd2022-10-21 17:49:14 +0530
commita34f881a041668721e5fb46933885eb6c7d93c5a (patch)
tree4d9891d78b25010129128acc9df9d4df09ac7df8 /PKGBUILD
parent00bfd989e1061eb0463da9d90a0a020453d65040 (diff)
downloadaur-a34f881a041668721e5fb46933885eb6c7d93c5a.tar.gz
upgpkg: prismlauncher 5.0-5
Adjust provides and conflicts Add .gitignore Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b511cd3d433..4eb730612cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=prismlauncher
pkgver=5.0
-pkgrel=4
+pkgrel=5
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')
+provides=('prismlauncher')
+conflicts=('polymc' 'polymc-qt5' 'prismlauncher' 'prismlauncher-qt5')
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'