summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabu Siyad2021-01-22 18:36:43 +0530
committerSabu Siyad2021-01-22 18:36:43 +0530
commit6aa5ad0edf661a74aea48888a1f48815ed499a99 (patch)
treee822f789bb99bc44b27ee41eb7fc10fa111cf440
parentc8855e1d1c7fbcb85d8d9c081d4221ee40c475df (diff)
downloadaur-6aa5ad0edf661a74aea48888a1f48815ed499a99.tar.gz
add: conflicts
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e652700b4a0..a4b47ea387d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/athul/shelby"
license=("GPL3")
provides=("shelby")
+conflicts=("shelby-git")
source=(
"shelby_${pkgver}_Linux_x86_64.tar.gz::https://github.com/athul/shelby/releases/download/v${pkgver}/shelby_${pkgver}_Linux_x86_64.tar.gz"
)