summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-28 14:17:40 +0100
committerPhilip Goto2021-12-28 14:17:40 +0100
commit7a27e50cf39dba7cb29393a4e5c7c82735c590c8 (patch)
tree8c665bdf7d8fec5f74ccb9d8016d6b140b7c6e0d
parentfe025a76885517626f04ef5e5b447be813ed64ff (diff)
downloadaur-7a27e50cf39dba7cb29393a4e5c7c82735c590c8.tar.gz
Update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 474b78c2b0f0..a30c6e15a643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-thinc-git
pkgdesc = Practical Machine Learning for NLP
- pkgver = 8.0.6.r0.g2cdd3d28
+ pkgver = 8.0.14.dev0.r2.g7b54f728
pkgrel = 1
url = https://github.com/explosion/thinc
arch = x86_64
@@ -27,6 +27,6 @@ pkgbase = python-thinc-git
provides = python-thinc
conflicts = python-thinc
source = git+https://github.com/explosion/thinc.git
- sha256sums = SKIP
+ b2sums = SKIP
pkgname = python-thinc-git
diff --git a/PKGBUILD b/PKGBUILD
index 2df98c2f0146..2f10c5d4e755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: DanManN <dnahimov@gmail.com>
pkgname=python-thinc-git
-pkgver=8.0.6.r0.g2cdd3d28
+pkgver=8.0.14.dev0.r2.g7b54f728
pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=(x86_64 aarch64)
@@ -32,8 +32,8 @@ makedepends=(
)
provides=(python-thinc)
conflicts=(python-thinc)
-source=("git+https://github.com/explosion/thinc.git")
-sha256sums=('SKIP')
+source=("git+${url}.git")
+b2sums=('SKIP')
pkgver() {
cd thinc