summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-10-29 20:31:23 +0800
committerYour Name2023-10-29 20:31:23 +0800
commit3a68ee54ed37e74e5347405776106fbe87a6a00f (patch)
treef4bd4a6bce54ba1d2d2ee2ca21d84642ee7e3791
parentf85a718aef30c44b2bf2c29f8c87db7994222faf (diff)
downloadaur-3a68ee54ed37e74e5347405776106fbe87a6a00f.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 accddde8c648..e4c71b551742 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.47.1
+ pkgver = 3.50.2
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.47.1.tar.gz
- sha512sums = 6e06feee89e5b55ca7ec39358d53006e34f25d0a7eed6fbb0c2ed75ddb01fe9a973f72dfe451eeb44e1bb6de782d42cc9e30124ba113d47456c8b448f02052c4
+ source = https://files.pythonhosted.org/packages/source/g/gradio/gradio-3.50.2.tar.gz
+ sha512sums = 8f774231fd22c48c669e51031ae48ed65ae83360027febb1f4f1ebab78b15eb92bf86bbdbd09035649da7b15a4a9fa412b44bb52979637c3b1efbde754636706
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index 83f5fccb6d06..03c166a9cc31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=python-gradio
_module='gradio'
-pkgver=3.47.1
+pkgver=3.50.2
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=('6e06feee89e5b55ca7ec39358d53006e34f25d0a7eed6fbb0c2ed75ddb01fe9a973f72dfe451eeb44e1bb6de782d42cc9e30124ba113d47456c8b448f02052c4')
+sha512sums=('8f774231fd22c48c669e51031ae48ed65ae83360027febb1f4f1ebab78b15eb92bf86bbdbd09035649da7b15a4a9fa412b44bb52979637c3b1efbde754636706')
depends=(
'python-aiofiles'
'python-aiohttp'