summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorworkonfire2021-05-06 16:13:29 +0200
committerworkonfire2021-05-06 16:13:29 +0200
commitdf4f42e21f1b8d0f8d8014e474c9b3601b8861a0 (patch)
treed4270d4b9663679d60f3fdd89f49c3f2c8b5894f
parent40a0752eac4407c812fc368b6d2aac6d195aa5f2 (diff)
downloadaur-df4f42e21f1b8d0f8d8014e474c9b3601b8861a0.tar.gz
Update package conflict
-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')