summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfn20062023-08-12 10:04:03 +0100
committerfn20062023-08-12 10:04:03 +0100
commita92fd1058099b6d423a37d1220608a76c960ed3a (patch)
tree7c3736c47e454e9ff11ba22f9009822096fc127e
parent1456b7d9f634502f954383116754d7bd8ed39eea (diff)
downloadaur-a92fd1058099b6d423a37d1220608a76c960ed3a.tar.gz
add prismlauncher to conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd86b08d13ae..b48907612a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,6 +29,7 @@ pkgbase = pollymc
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
+ conflicts = prismlauncher
source = https://github.com/fn2006/PollyMC/releases/download/7.2/PollyMC-7.2.tar.gz
sha256sums = 293042eead9d61f5a5be3277cd35d6048bee104099ca6ff5107712e3796631e1
diff --git a/PKGBUILD b/PKGBUILD
index 9658152812af..12534b1cd008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/fn2006/PollyMC"
license=('GPL3')
depends=('java-runtime' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme' 'quazip-qt6' 'tomlplusplus' 'cmark')
+conflicts=('prismlauncher')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'ghc-filesystem' 'gamemode')
optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries'