summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheJackiMonster2021-10-14 22:16:24 +0200
committerTheJackiMonster2021-10-14 22:16:24 +0200
commitefe9cbc5dc3a8ad946fc513d867f9717150581a6 (patch)
tree2aeb04af93f535e51f06fb2a40995a541671f3a6 /PKGBUILD
parente4e55d7bf4c31f51205bbf1b923543320c4391eb (diff)
downloadaur-yml2-git.tar.gz
Fixed missing conflicts and updated version
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea57a982db84..2ee140d34957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yml2
pkgname=$_pkgname-git
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A tool written in Python to convert yml to xml"
arch=('any')
@@ -13,6 +13,7 @@ depends=('python-lxml')
provides=('yml2')
source=("git+https://gitea.pep.foundation/fdik/yml2.git")
md5sums=('SKIP')
+conflicts=('yml2-hg')
pkgver() {
cd "$srcdir/$_pkgname"