summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-10-06 21:36:11 +0800
committerYour Name2023-10-06 21:36:11 +0800
commitf85a718aef30c44b2bf2c29f8c87db7994222faf (patch)
treec8816bd9c829301ebd102a305fe6167abfc71605
parent0bb60051c992f194b819614b829a4d69c988225c (diff)
downloadaur-f85a718aef30c44b2bf2c29f8c87db7994222faf.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 358811e0891f..accddde8c648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gradio
pkgdesc = Create UIs for your machine learning model in Python in 3 minutes
- pkgver = 3.45.1
+ pkgver = 3.47.1
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = python-gradio
depends = ipython
depends = python-transformers
depends = python-scikit-image
- source = https://files.pythonhosted.org/packages/source/g/gradio/gradio-3.45.1.tar.gz
- sha512sums = f9f4de10b62c8b2a17c11b846a0c0305da3cec187e67536ee4988c3f3344dda5bf5652a794afbf69fbca0fed6341e4d5f4b0fab1d7b0ba835d9e1e19d3d34ed0
+ source = https://files.pythonhosted.org/packages/source/g/gradio/gradio-3.47.1.tar.gz
+ sha512sums = 6e06feee89e5b55ca7ec39358d53006e34f25d0a7eed6fbb0c2ed75ddb01fe9a973f72dfe451eeb44e1bb6de782d42cc9e30124ba113d47456c8b448f02052c4
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index f2f9f208a0ca..83f5fccb6d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=python-gradio
_module='gradio'
-pkgver=3.45.1
+pkgver=3.47.1
pkgrel=1
pkgdesc='Create UIs for your machine learning model in Python in 3 minutes '
arch=(x86_64)
url='https://github.com/gradio-app/gradio'
license=('custom')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module/-/_}-$pkgver.tar.gz")
-sha512sums=('f9f4de10b62c8b2a17c11b846a0c0305da3cec187e67536ee4988c3f3344dda5bf5652a794afbf69fbca0fed6341e4d5f4b0fab1d7b0ba835d9e1e19d3d34ed0')
+sha512sums=('6e06feee89e5b55ca7ec39358d53006e34f25d0a7eed6fbb0c2ed75ddb01fe9a973f72dfe451eeb44e1bb6de782d42cc9e30124ba113d47456c8b448f02052c4')
depends=(
'python-aiofiles'
'python-aiohttp'