summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorworkonfire2021-05-06 16:13:29 +0200
committerworkonfire2021-05-06 16:13:29 +0200
commitdf4f42e21f1b8d0f8d8014e474c9b3601b8861a0 (patch)
treed4270d4b9663679d60f3fdd89f49c3f2c8b5894f /PKGBUILD
parent40a0752eac4407c812fc368b6d2aac6d195aa5f2 (diff)
downloadaur-df4f42e21f1b8d0f8d8014e474c9b3601b8861a0.tar.gz
Update package conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4213ab528105..7fce9942f571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=babi
pkgver=0.0.21
-pkgrel=1
+pkgrel=2
pkgdesc="A text editor, eventually..."
arch=('any')
url="https://github.com/asottile/babi"
license=('MIT')
depends=('python-onigurumacffi' 'babi-grammars' 'python-identify')
makedepends=('python-setuptools')
+provides=('babi')
+conflicts=('babi' 'babi-git')
source=("$url/archive/v$pkgver.tar.gz")
md5sums=('3e9721bc9a5c89c6e4c2812649eec995')