summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCem Keylan2019-10-22 10:41:29 +0300
committerCem Keylan2019-10-22 10:41:29 +0300
commit2dc4c5fb48237961c845478ab9cac31e47f5a19a (patch)
tree49a2875dcdb23f0038098e0c9c5fbf3e1c79d282 /PKGBUILD
parent24f28cb426c419dda5d1aba1fa94ef08ff95c646 (diff)
downloadaur-bm-git.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8103dc7b287a..9e471756a290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bm-git
_pkgname=bm
-pkgrel=1
+pkgrel=2
pkgver=0.3
pkgdesc="command-line bibliography manager for biblatex"
url="https://git.ckyln.com/bm/log.html"
@@ -15,6 +15,7 @@ source=("git://git.ckyln.com/${_pkgname}")
md5sums=('SKIP')
provides=('bm')
+conflicts=('bm')
pkgver() {
cd ${_pkgname}