summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')