summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-09-13 10:55:41 -0600
committerMark Wagie2024-09-13 10:55:41 -0600
commitfe727cbb42699f83d1b5c427bf35183400247125 (patch)
tree4a043edd40d12fb9c56900c6c3bb725fde93e37d
parent8aaeb65fc3d3af99ac2e8afe3854d8883471f15b (diff)
downloadaur-fe727cbb42699f83d1b5c427bf35183400247125.tar.gz
1.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f3c1552451..61c3116fea84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-stanza
pkgdesc = Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
- pkgver = 1.9.0
+ pkgver = 1.9.2
pkgrel = 1
url = https://stanfordnlp.github.io/stanza
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-stanza
depends = python-requests
depends = python-tqdm
optdepends = python-scipy: Perform CEAF scoring for the Kuhn-Munkres linear assignment scheme
- source = stanza-1.9.0.tar.gz::https://github.com/stanfordnlp/stanza/archive/refs/tags/v1.9.0.tar.gz
- sha256sums = 7527563490d6554b2011c84369f26f6303b4ab18e27f4b7c1493f2817f7d1227
+ source = stanza-1.9.2.tar.gz::https://github.com/stanfordnlp/stanza/archive/refs/tags/v1.9.2.tar.gz
+ sha256sums = ffc8dd63dba99e17bfef152c5eee428cbe77e268711fef53f1a80fc98f0500ad
pkgname = python-stanza
diff --git a/PKGBUILD b/PKGBUILD
index 92d2bedb8216..b34500725905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cillian Berragan <cjberragan@gmail.com>
pkgname=python-stanza
_name=${pkgname#python-}
-pkgver=1.9.0
+pkgver=1.9.2
pkgrel=1
pkgdesc="Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
'python-scipy: Perform CEAF scoring for the Kuhn-Munkres linear assignment scheme'
)
source=("$_name-$pkgver.tar.gz::https://github.com/stanfordnlp/stanza/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('7527563490d6554b2011c84369f26f6303b4ab18e27f4b7c1493f2817f7d1227')
+sha256sums=('ffc8dd63dba99e17bfef152c5eee428cbe77e268711fef53f1a80fc98f0500ad')
build() {
cd "$_name-$pkgver"