summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Stenglein2021-06-08 22:55:30 -0400
committerMark Stenglein2021-06-08 22:55:30 -0400
commitd64adaadb5359f47e09d749bddbe9c80675b7e22 (patch)
tree3448f14fcb426055c792e94c762ac84cda8f7be3 /PKGBUILD
parent2931d44caa9b0af5a159f7856658e72782e60b18 (diff)
downloadaur-d64adaadb5359f47e09d749bddbe9c80675b7e22.tar.gz
Add slides-bin to conflicts list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bd3c151aa03..d6e9915beee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=slides-git
pkgver=0.1.1.r3.g5d89bf2
-pkgrel=1
+pkgrel=2
pkgdesc='Terminal based presentation tool'
arch=('x86_64')
url="https://github.com/maaslalani/${pkgname%-git}"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go' 'git')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
source=("${pkgname%-git}::git+$url.git")
sha256sums=('SKIP')