summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 21:42:37 +0100
committeractionless2020-03-17 21:42:37 +0100
commit2dc0b0507968033d0ab6ff87cfadda837dc601f4 (patch)
treed6da47c0d9985969642e551c725e518a471d477d
parent73aaa57475f58e21bf537c4f41347d9a0314f7e8 (diff)
downloadaur-2dc0b0507968033d0ab6ff87cfadda837dc601f4.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 fea463dd2a7f..1999a90d33e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = themix-export-spotify-git
optdepends = gksu: for applying Spotify theme from GUI without polkit
provides = themix-export-spotify
conflicts = themix-export-spotify
+ conflicts = oomox
+ conflicts = oomox-git
options = !strip
source = oomoxify::git+https://github.com/themix-project/oomoxify.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c66a2b6ddc67..61e7bd7f5013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,11 @@ options=(
'!strip'
)
provides=($_pkgname)
-conflicts=($_pkgname)
+conflicts=(
+ $_pkgname
+ 'oomox'
+ 'oomox-git'
+)
pkgver() {
cd "${srcdir}/${_reponame}"