Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-openai-whisper
Commits: c0407ec8 by Antonio Rojas at 2024-09-30T22:49:41+02:00 upgpkg: 20240930-1: Update to 20240930 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-openai-whisper pkgdesc = Robust speech recognition via large-scale weak supervision - pkgver = 20240927 + pkgver = 20240930 pkgrel = 1 url = https://github.com/openai/whisper arch = any @@ -19,7 +19,7 @@ pkgbase = python-openai-whisper depends = python-regex depends = python-tiktoken depends = python-tqdm - source = git+https://github.com/openai/whisper#tag=v20240927 - sha256sums = 2bbcf32b2439df89f9e6ab85b35104b35e4a498bd07e4c6fc90f1da53589823d + source = git+https://github.com/openai/whisper#tag=v20240930 + sha256sums = 32457d48f7f884d06e7a1ff712d6c9c77dad71b77cf101ef713b0cc68c82bf65 pkgname = python-openai-whisper ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=whisper pkgname=python-openai-$_pyname -pkgver=20240927 +pkgver=20240930 pkgrel=1 pkgdesc='Robust speech recognition via large-scale weak supervision' arch=(any) @@ -23,7 +23,7 @@ makedepends=(git python-wheel) checkdepends=(python-pytest) source=(git+https://github.com/openai/whisper#tag=v$pkgver) -sha256sums=('2bbcf32b2439df89f9e6ab85b35104b35e4a498bd07e4c6fc90f1da53589823d') +sha256sums=('32457d48f7f884d06e7a1ff712d6c9c77dad71b77cf101ef713b0cc68c82bf65') build() { cd $_pyname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/c0407ec88859472d835dadec89aa7044d30cf420 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/c0407ec88859472d835dadec89aa7044d30cf420 You're receiving this email because of your account on gitlab.archlinux.org.