summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntiCompositeNumber2022-11-27 16:07:14 -0500
committerAntiCompositeNumber2022-11-27 16:07:14 -0500
commit445790ea4af250efffc3813d25b23170d3da952a (patch)
tree45af55b542a9549fe8831c8bb0a7ce50b38634c6
parent37c6d574ada3851b08d6561f29d892872d1aad31 (diff)
downloadaur-445790ea4af250efffc3813d25b23170d3da952a.tar.gz
Add conflict with libircclient
The libircclient package in the repos is unrelated, but has conflicting files. It doesn't appear to be heavily used, so I'm not spending the time to try to rename the libaries provided by huggle.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e999cff60a..35256100ea5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = huggle
depends = qt5-multimedia
depends = qt5-webengine
depends = yaml-cpp
+ conflicts = libircclient
source = https://github.com/huggle/huggle3-qt-lx/releases/download/3.4.10/huggle_3.4.10.tar.gz
source = huggle-yaml.patch
source = huggle-extensions.patch
diff --git a/PKGBUILD b/PKGBUILD
index f34abfd0f6da..608b52f3db1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://en.wikipedia.org/wiki/Wikipedia:Huggle"
license=('GPL')
depends=('qt5-multimedia' 'qt5-webengine' 'yaml-cpp')
makedepends=('cmake')
+conflicts=('libircclient') # A different, unrelated, libircclient
source=(
"https://github.com/huggle/huggle3-qt-lx/releases/download/${pkgver}/${pkgname}_${pkgver}.tar.gz"
"huggle-yaml.patch"