summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhang.j.k2022-09-26 18:03:11 +0800
committerzhang.j.k2022-09-26 18:03:11 +0800
commit07cfc4b2a15d8da23698f8b1a22f652cd2a1b2a6 (patch)
treedbaaa84360e4c2f08b2a1298596b753c3da55fb5
parentbce05621547443e46127016bef8b97c58223166e (diff)
downloadaur-07cfc4b2a15d8da23698f8b1a22f652cd2a1b2a6.tar.gz
update package version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ca49650d9cd..0667bd0dca3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index d64fedf48929..1ac62592c634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"