diff options
author | zhang.j.k | 2022-09-26 18:03:11 +0800 |
---|---|---|
committer | zhang.j.k | 2022-09-26 18:03:11 +0800 |
commit | 07cfc4b2a15d8da23698f8b1a22f652cd2a1b2a6 (patch) | |
tree | dbaaa84360e4c2f08b2a1298596b753c3da55fb5 | |
parent | bce05621547443e46127016bef8b97c58223166e (diff) | |
download | aur-07cfc4b2a15d8da23698f8b1a22f652cd2a1b2a6.tar.gz |
update package version
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,15 +1,14 @@ pkgbase = python-conllu pkgdesc = CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary - pkgver = 4.3 + pkgver = 4.5.2 pkgrel = 1 url = https://github.com/EmilStenstrom/conllu/ arch = any license = MIT makedepends = python-setuptools depends = python - source = https://files.pythonhosted.org/packages/source/c/conllu/conllu-4.3.tar.gz - sha256sums = 35b5b76280507977e9e86f18369a1a4e5d4075a3680f1e9b2fac7ed5d0aaf427 + source = https://files.pythonhosted.org/packages/source/c/conllu/conllu-4.5.2.tar.gz + sha256sums = 7c581c0d12fcdd546cbf69050063c37312de28dd3048c3f144ec5b851e71891c pkgname = python-conllu depends = python - @@ -3,7 +3,7 @@ pkgbase='python-conllu' pkgname=('python-conllu') _module='conllu' -pkgver='4.3' +pkgver='4.5.2' pkgrel=1 pkgdesc="CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary" url="https://github.com/EmilStenstrom/conllu/" @@ -12,7 +12,7 @@ makedepends=('python-setuptools') license=('MIT') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") -sha256sums=('35b5b76280507977e9e86f18369a1a4e5d4075a3680f1e9b2fac7ed5d0aaf427') +sha256sums=('7c581c0d12fcdd546cbf69050063c37312de28dd3048c3f144ec5b851e71891c') build() { cd "${srcdir}/${_module}-${pkgver}" |