summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-03-17 21:42:42 +0100
committeractionless2020-03-17 21:42:42 +0100
commitd57589ad47391375b947da75a86a7e562019d6b1 (patch)
tree8bad94ec6099462f8fdb5a98de9ef2de9e55c915 /PKGBUILD
parent56f8ecd27e7d920a564de63df0536721a685f6ae (diff)
downloadaur-d57589ad47391375b947da75a86a7e562019d6b1.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75915daae3b4..b8686c3e81e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,11 @@ options=(
'!strip'
)
provides=($_pkgname)
-conflicts=($_pkgname)
+conflicts=(
+ $_pkgname
+ 'oomox'
+ 'oomox-git'
+)
pkgver() {
cd "${srcdir}/${_reponame}"