summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-17 21:42:39 +0100
committeractionless2020-03-17 21:42:39 +0100
commit1453a291dc30765a9d098793de1613bfad1af402 (patch)
tree7c5d9a3e67e5b040f99037d8147bb7e20ae72b47
parent40d8f9482959deede88796e59038317d23d869bf (diff)
downloadaur-1453a291dc30765a9d098793de1613bfad1af402.tar.gz
add conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282231978e9b..d819bd59a5d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,8 @@ pkgbase = themix-theme-arc-git
optdepends = themix-gui: GUI
provides = themix-theme-arc
conflicts = themix-theme-arc
+ conflicts = oomox
+ conflicts = oomox-git
options = !strip
source = git+https://github.com/themix-project/oomox.git#branch=master
source = arc-theme::git+https://github.com/arc-design/arc-theme.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 57a306174abc..de51e28374eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,12 @@ options=(
'!strip'
)
provides=($_pkgname)
-conflicts=($_pkgname)
+conflicts=(
+ $_pkgname
+ 'oomox'
+ 'oomox-git'
+)
+
pkgver() {
cd "${srcdir}/${_reponame}"