summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilcu32023-12-10 12:55:28 +0100
committergilcu32023-12-10 12:55:28 +0100
commit55f1e57545f9dc9ea733b36fee26593a8160b422 (patch)
tree5cd23402c0888a8233a680c6131862d086d49f0f
parente006a077630288fb64ea56aa69a466ef9bdeb881 (diff)
downloadaur-55f1e57545f9dc9ea733b36fee26593a8160b422.tar.gz
upd version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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