summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bde5a6ebdd9..f1e6c57cfb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = babi
pkgdesc = A text editor, eventually...
pkgver = 0.0.21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asottile/babi
arch = any
license = MIT
@@ -9,6 +9,9 @@ pkgbase = babi
depends = python-onigurumacffi
depends = babi-grammars
depends = python-identify
+ provides = babi
+ conflicts = babi
+ conflicts = babi-git
source = https://github.com/asottile/babi/archive/v0.0.21.tar.gz
md5sums = 3e9721bc9a5c89c6e4c2812649eec995
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')