summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 21:42:34 +0100
committeractionless2020-03-17 21:42:34 +0100
commit5e3ea4ba485bb3759ff6710fe4d4b5046f0c62ff (patch)
tree483b14fde36381fa90fe06764df65c99ce5ef514
parentca67bad07f7b09d2b63dab17f2178cf35c6de434 (diff)
downloadaur-5e3ea4ba485bb3759ff6710fe4d4b5046f0c62ff.tar.gz
add conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098379501678..0963c81d1b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,8 @@ pkgbase = themix-import-images-git
optdepends = python-haishoku: additional image analyzer
provides = themix-import-images
conflicts = themix-import-images
+ conflicts = oomox
+ conflicts = oomox-git
source = git+https://github.com/themix-project/oomox.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ecd7c0148f5..be2be3de887e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,11 @@ optdepends=(
'python-haishoku: additional image analyzer'
)
provides=($_pkgname)
-conflicts=($_pkgname)
+conflicts=(
+ $_pkgname
+ 'oomox'
+ 'oomox-git'
+)
pkgver() {
cd "${srcdir}/oomox"