summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-03-17 21:42:39 +0100
committeractionless2020-03-17 21:42:39 +0100
commit1453a291dc30765a9d098793de1613bfad1af402 (patch)
tree7c5d9a3e67e5b040f99037d8147bb7e20ae72b47 /PKGBUILD
parent40d8f9482959deede88796e59038317d23d869bf (diff)
downloadaur-1453a291dc30765a9d098793de1613bfad1af402.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
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}"