summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-03-06 20:10:57 +0800
committerYour Name2023-03-06 20:10:57 +0800
commit8bcb323477e95bbada78fc64d8db99c361d7cfa6 (patch)
tree29863047a3c6d349c4f7fbc6646885318d52e461
parentdb315b0c12f22d8f6d7a18005c44fb1304b8b4ea (diff)
downloadaur-8bcb323477e95bbada78fc64d8db99c361d7cfa6.tar.gz
update 3.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07c35a26c62f..c0ff33b7c42a 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.16.1b1
+ pkgver = 3.20.0
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = python-gradio
depends = python-typing_extensions
depends = python-markupsafe
depends = python-altair
- source = python-gradio-3.16.1b1::https://github.com/gradio-app/gradio/archive/refs/tags/v3.16.1b1.tar.gz
- sha512sums = 150a5a6ad5b35e70ad197f9e9948d85f6da4f6a7ababa291f61daf872ff4517af997f0925d4dbbce701682a892fa32b40f05b2e59c1b52ec03c5e17b11c067f4
+ source = python-gradio-3.20.0::https://github.com/gradio-app/gradio/archive/refs/tags/v3.20.0.tar.gz
+ sha512sums = 4606ae0a541139d2191dd57f27111a142eafa5a5810beecb1ecf65cacbff24d681ad91e7121189af65bde13150129c71842bd949ea606f019bc17dfbfa686a97
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index 2b44277d24a9..eea5d101c56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-gradio
-pkgver=3.16.1b1
+pkgver=3.20.0
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=("$pkgname-$pkgver::https://github.com/gradio-app/gradio/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('150a5a6ad5b35e70ad197f9e9948d85f6da4f6a7ababa291f61daf872ff4517af997f0925d4dbbce701682a892fa32b40f05b2e59c1b52ec03c5e17b11c067f4')
+sha512sums=('4606ae0a541139d2191dd57f27111a142eafa5a5810beecb1ecf65cacbff24d681ad91e7121189af65bde13150129c71842bd949ea606f019bc17dfbfa686a97')
depends=(
'python-aiohttp'
'python-h11'