summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-09-25 14:24:52 +0200
committerJ. Nathanael Philipp2023-09-25 14:24:52 +0200
commitcfa040b2bdba944262c94160260a892aa6abcbf6 (patch)
tree4e17428fa65c5e774ef6bbbe85b74f7c9f6009e3 /PKGBUILD
parentb4df69aaafbaee52573a1ec75d41e1f714d79013 (diff)
downloadaur-python-spacy-alignments.tar.gz
Version 0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c922b51bbc3..6d19da54bc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=spacy-alignments
pkgname=python-${_pkgname}
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A spaCy package for the Rust tokenizations library"
arch=(x86_64 aarch64)
@@ -18,7 +18,7 @@ makedepends=(
source=(
"https://github.com/explosion/${_pkgname}/archive/refs/tags/v${pkgver}.zip"
)
-b2sums=("d1e7c722a284ca465d49830674c300abd879e37182197196b5619dcb2b2aed6a1ce810ac1fcb38f77805454e6d3b82ac03f17a283a313e2404a2ff5b4e64099f")
+b2sums=("218639ba358f4455278e3749a943e5303be163aced272943e5d546fc73eada7b8ea5173f31e14021d1a4467f9482bdb18969e73a010d984edb0cb6656921e366")
build() {
cd "${_pkgname}-${pkgver}"