summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilcu32023-12-10 12:55:28 +0100
committergilcu32023-12-10 12:56:02 +0100
commit6b8369086c6ebd006f894623d19046eea229b875 (patch)
tree0a6793af2724b72b620c4281bb3f5a555cffae30
parente006a077630288fb64ea56aa69a466ef9bdeb881 (diff)
downloadaur-6b8369086c6ebd006f894623d19046eea229b875.tar.gz
upd version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97caf5eaa538..ee0b3ad66314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ctranslate2-bin
pkgdesc = CTranslate2 is a C++ and Python library for efficient inference with Transformer models.
- pkgver = 3.20.0
+ pkgver = 3.23.0
pkgrel = 1
url = https://github.com/OpenNMT/CTranslate2
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-ctranslate2-bin
provides = ctranslate2
conflicts = ctranslate2-git
conflicts = python-ctranslate2-git
- source = https://files.pythonhosted.org/packages/cp311/c/ctranslate2/ctranslate2-3.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = 80b173316e567d4117a53793235064ee00972b08a9e30065028d3373e1db8ccf
+ source = https://files.pythonhosted.org/packages/cp311/c/ctranslate2/ctranslate2-3.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = cf8a0d3085297373208f6e703e096bfd3b19ec80bf133e006fdcd7e88996b11b
pkgname = python-ctranslate2-bin
diff --git a/PKGBUILD b/PKGBUILD
index d82c681e24dd..53ba99b47b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gilcu3
_pkgname=ctranslate2
pkgname=python-$_pkgname-bin
-pkgver=3.20.0
+pkgver=3.23.0
pkgrel=1
pkgdesc="CTranslate2 is a C++ and Python library for efficient inference with Transformer models."
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('python-pip')
_py=cp311
wheel_name=${_pkgname//-/_}-$pkgver-$_py-${_py}-manylinux_2_17_$arch.manylinux2014_$arch.whl
source=(https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$wheel_name)
-sha256sums=('80b173316e567d4117a53793235064ee00972b08a9e30065028d3373e1db8ccf')
+sha256sums=('cf8a0d3085297373208f6e703e096bfd3b19ec80bf133e006fdcd7e88996b11b')
package() {
pip install --isolated --upgrade --no-deps --ignore-installed --root=$pkgdir --no-warn-script-location $wheel_name