summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()