summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfn20062022-09-24 16:46:55 +0100
committerfn20062022-09-24 16:46:55 +0100
commit8c0218daf7da1c43c8bd4f1e3f973b4a5114a681 (patch)
tree47037d52caeddf5b0131c8d1426dd026d16850e7
parent35d963c2f276294c4b23aca0d78809498db58597 (diff)
downloadaur-8c0218daf7da1c43c8bd4f1e3f973b4a5114a681.tar.gz
add polymc to conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e37c05c6fcd..985d29653027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = pollymc
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
+ conflicts = polymc
source = https://github.com/fn2006/PollyMC/releases/download/1.4.2/PollyMC-1.4.2.tar.gz
sha256sums = 2a8bbf8e4df393245acd5bc83625b25a866abfeb75337fdb413cc891b49518f7
diff --git a/PKGBUILD b/PKGBUILD
index 6d75451cb862..b6b95ca0eb08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ arch=('i686' 'x86_64')
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')
+conflicts=('polymc')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc')
optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries'