summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Löfgren2021-09-15 14:43:42 +0200
committerAndré Löfgren2021-09-15 14:43:42 +0200
commit607896f08583e226c18d4d74bd12d0dd3929d7e2 (patch)
tree740bba469ac10781a729d5d03ec9583f23a07085
parent179deda7706cba51e1b6e967e5818fe76bcdc21b (diff)
downloadaur-607896f08583e226c18d4d74bd12d0dd3929d7e2.tar.gz
added harbour-amazfish as conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4e8d7c5ef9..febe46a0b551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = harbour-amazfish-git
depends = nemo-qml-plugin-dbus
provides = harbour-amazfish
conflicts = harbour-amazfish-git
+ conflicts = harbour-amazfish
source = git+https://github.com/piggz/harbour-amazfish
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e38b0147a36e..9fb71cb0ad91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,8 @@ depends=(
makedepends=()
checkdepends=()
optdepends=()
-provides=(harbour-amazfish)
-conflicts=(harbour-amazfish-git)
+provides=('harbour-amazfish')
+conflicts=('harbour-amazfish-git' 'harbour-amazfish')
replaces=()
backup=()
options=()