summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhixi2023-10-09 10:53:19 +0800
committerzhixi2023-10-09 10:53:19 +0800
commitab63e71a69b98c3ed4f9a58b139cefea61bd7fe1 (patch)
treeab5f9be7e9a771e846e3f23cb65bca13c942da29
parent07cfc4b2a15d8da23698f8b1a22f652cd2a1b2a6 (diff)
downloadaur-python-conllu.tar.gz
update packages
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0667bd0dca3f..7b587691993b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-conllu
pkgdesc = CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary
- pkgver = 4.5.2
+ pkgver = 4.5.3
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.5.2.tar.gz
- sha256sums = 7c581c0d12fcdd546cbf69050063c37312de28dd3048c3f144ec5b851e71891c
+ source = https://files.pythonhosted.org/packages/source/c/conllu/conllu-4.5.3.tar.gz
+ sha256sums = a016cf77e203b2e3ace82fcf0cba2874530d1458e874521640eba36e19546acc
pkgname = python-conllu
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1ac62592c634..062f46eefb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-conllu'
pkgname=('python-conllu')
_module='conllu'
-pkgver='4.5.2'
+pkgver='4.5.3'
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=('7c581c0d12fcdd546cbf69050063c37312de28dd3048c3f144ec5b851e71891c')
+sha256sums=('a016cf77e203b2e3ace82fcf0cba2874530d1458e874521640eba36e19546acc')
build() {
cd "${srcdir}/${_module}-${pkgver}"