summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2022-10-17 15:38:24 +0200
committerJ. Nathanael Philipp2022-10-17 15:38:24 +0200
commit3c44644e94b4abd32d03509a7b3e8ef23780ce71 (patch)
tree2d395bbe6639e1a464ee2a6e6acffee889160449
parent7153fcc6cc3e3e6203f6649cda59b57eb6e1e492 (diff)
downloadaur-3c44644e94b4abd32d03509a7b3e8ef23780ce71.tar.gz
Version 0.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4129b3d8a1..f1c46753cbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spacy-alignments
pkgdesc = A spaCy package for the Rust tokenizations library
- pkgver = 0.8.5
- pkgrel = 2
+ pkgver = 0.8.6
+ pkgrel = 1
url = https://github.com/explosion/spacy-alignments
arch = x86_64
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = python-spacy-alignments
makedepends = python-setuptools
makedepends = python-setuptools-rust
depends = python-hypothesis
- source = https://github.com/explosion/spacy-alignments/archive/refs/tags/v0.8.5.zip
- b2sums = 31acc23166cf0a805171379518fd1bc35cc8a2064599a59e64117326767f6488583f4d0d3b4aabdfa287bfcc7d752c1e3e3a619f3988bdc128e7a3f45e0080d4
+ source = https://github.com/explosion/spacy-alignments/archive/refs/tags/v0.8.6.zip
+ b2sums = fec966468f297babc72ce433462557828bce2ba32980807c0509b4210acf1d4b80a8fe67a0c2f0e9d3955f4e56d0b0bc281cb1814dbeaf094bffe5e87e96c6e6
pkgname = python-spacy-alignments
diff --git a/PKGBUILD b/PKGBUILD
index 0305088616b5..48a5c88c3648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=spacy-alignments
pkgname=python-${_pkgname}
-pkgver=0.8.5
-pkgrel=2
+pkgver=0.8.6
+pkgrel=1
pkgdesc="A spaCy package for the Rust tokenizations library"
arch=(x86_64 aarch64)
url="https://github.com/explosion/spacy-alignments"
@@ -18,9 +18,7 @@ makedepends=(
source=(
"https://github.com/explosion/${_pkgname}/archive/refs/tags/v${pkgver}.zip"
)
-b2sums=(
- "31acc23166cf0a805171379518fd1bc35cc8a2064599a59e64117326767f6488583f4d0d3b4aabdfa287bfcc7d752c1e3e3a619f3988bdc128e7a3f45e0080d4"
-)
+b2sums=("fec966468f297babc72ce433462557828bce2ba32980807c0509b4210acf1d4b80a8fe67a0c2f0e9d3955f4e56d0b0bc281cb1814dbeaf094bffe5e87e96c6e6")
build() {
cd "${_pkgname}-${pkgver}"