summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-11-03 19:02:10 +0800
committerYour Name2022-11-03 19:02:10 +0800
commit668a0bf25db7c03a12816791a8a800f3619b2e67 (patch)
tree2f5164451881cdff6e2fcbbd6871e4ee02775dd5
parent858d04c579b33a33c7bbc6ff10b6896b75768c67 (diff)
downloadaur-668a0bf25db7c03a12816791a8a800f3619b2e67.tar.gz
update 3.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e366206e2a32..14e9ed7f1184 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.6.0b1
+ pkgver = 3.8.2
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = python-gradio
depends = python-websockets
depends = python-linkify-it-py
depends = python-mdit_py_plugins
- source = python-gradio-3.6.0b1::https://github.com/gradio-app/gradio/archive/refs/tags/v3.6.0b1.tar.gz
- sha512sums = 8fdb638155c36d3081d979c61c769bfa53ea372cfe73f275b89e38e135d2375837c068ae4d25bb36393dfc3878d28f59fd001fd74d994947e9b97cdf30275a37
+ source = python-gradio-3.8.2::https://github.com/gradio-app/gradio/archive/refs/tags/v3.8.2.tar.gz
+ sha512sums = a2e9bf22a2ae3452379638dccbb58178dcbd5bb74f2180ff0b65e47ee1720992f887c28c928cd160eda43ac20b020428fdd49b48aef421f0decc3bcf376a920d
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index 1e1b1dfdd43a..a518792cf85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-gradio
-pkgver=3.6.0b1
+pkgver=3.8.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=("$pkgname-$pkgver::https://github.com/gradio-app/gradio/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('8fdb638155c36d3081d979c61c769bfa53ea372cfe73f275b89e38e135d2375837c068ae4d25bb36393dfc3878d28f59fd001fd74d994947e9b97cdf30275a37')
+sha512sums=('a2e9bf22a2ae3452379638dccbb58178dcbd5bb74f2180ff0b65e47ee1720992f887c28c928cd160eda43ac20b020428fdd49b48aef421f0decc3bcf376a920d')
depends=(
'python-aiohttp'
'python-h11'