diff options
author | Mohamed Amine Zghal | 2025-03-20 11:39:35 +0100 |
---|---|---|
committer | Mohamed Amine Zghal | 2025-03-20 11:39:35 +0100 |
commit | 8df3d5dd804af6014fcff6fea25a35f13572eb11 (patch) | |
tree | 446c31622d271cd8092118881a4517c00823b75c /PKGBUILD | |
parent | fed7823cbebb889cf794ec76acb3b1f142aa3ad4 (diff) | |
download | aur-8df3d5dd804af6014fcff6fea25a35f13572eb11.tar.gz |
Update to version 0.11.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,17 +2,17 @@ _name=livekit-plugins-openai pkgname=python-${_name} -pkgver=0.10.19 +pkgver=0.11.3 pkgrel=1 pkgdesc='Agent Framework plugin for services from OpenAI.' arch=('x86_64' 'aarch64') url='https://github.com/livekit/agents/tree/main/livekit-plugins/livekit-plugins-openai' license=('Apache-2.0') source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name//-/_}-${pkgver}.tar.gz") -sha256sums=('999b7d80a9992ca822a0506cb5fac79b184864d68cac206e9e597a6604f94b98') +sha256sums=('a189cd59cd23525930c0e465f5bd3e822dcb3aabcf56eb9024127ac2319b6b71') depends=('python>=3.9' 'python-livekit-agents' 'python-av' 'python-numpy' 'python-pillow' 'python-openai') optdepends=('python-google-auth: vertex') -makedepends=('python-setuptools' 'python-wheel') +makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') build() { cd "${srcdir}"/${_name//-/_}-${pkgver} |