summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-05-31 23:25:03 +0700
committerAchmad Fathoni2021-05-31 23:25:03 +0700
commit8cde468aaf3554a146ae90a9577b9fa1f13fbe20 (patch)
tree646601cf535f5fc3c72fa7abe317e7323efc5fbf
parentecca74b8da5840ed5fabb58c5c474a16d75d2274 (diff)
downloadaur-8cde468aaf3554a146ae90a9577b9fa1f13fbe20.tar.gz
tidy up conflits and provides array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d08cfb31cc1..17bbc00eee2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = zsh-autosuggestions-git
makedepends = git
depends = zsh
provides = zsh-autosuggestions
+ conflicts = zsh-autosuggestions
source = git+https://github.com/zsh-users/zsh-autosuggestions.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e7b2a1f9dbc0..7d93fdf8c04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ url="https://github.com/zsh-users/zsh-autosuggestions"
license=('MIT')
depends=('zsh')
makedepends=('git')
-provides=('zsh-autosuggestions')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("git+https://github.com/zsh-users/zsh-autosuggestions.git")
sha256sums=('SKIP')