summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-09-27 23:00:36 +0800
committerYour Name2023-09-27 23:00:36 +0800
commit7db359a812f48051e3746ea4ea75dbce406dde16 (patch)
tree52790aecff6ad0b4bb3ed835e6d3c9b6bb4c747c
parent989d566915d5cb3413016418c1db4709ce9e2efa (diff)
downloadaur-7db359a812f48051e3746ea4ea75dbce406dde16.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 953b39c075bb..6010ac32f724 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.41.0
+ pkgver = 3.45.1
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = python-gradio
depends = uvicorn
depends = python-websockets
depends = python-linkify-it-py
- source = python-gradio-3.41.0::https://github.com/gradio-app/gradio/archive/refs/tags/v3.41.0.tar.gz
- sha512sums = 991e43562e5f44c4aeaf2f87cb4e676c6d65f0ea4732000a19a394e7e0eb6198f92adab207607e8e23f1a3b0a35f240014604bce013c3d57d3ade23097a537fb
+ source = https://files.pythonhosted.org/packages/source/g/gradio/gradio-3.45.1.tar.gz
+ sha512sums = f9f4de10b62c8b2a17c11b846a0c0305da3cec187e67536ee4988c3f3344dda5bf5652a794afbf69fbca0fed6341e4d5f4b0fab1d7b0ba835d9e1e19d3d34ed0
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index 379732fc7fec..70af8bf077a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname=python-gradio
-pkgver=3.41.0
+_module='gradio'
+pkgver=3.45.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=("$pkgname-$pkgver::https://github.com/gradio-app/gradio/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('991e43562e5f44c4aeaf2f87cb4e676c6d65f0ea4732000a19a394e7e0eb6198f92adab207607e8e23f1a3b0a35f240014604bce013c3d57d3ade23097a537fb')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module/-/_}-$pkgver.tar.gz")
+sha512sums=('f9f4de10b62c8b2a17c11b846a0c0305da3cec187e67536ee4988c3f3344dda5bf5652a794afbf69fbca0fed6341e4d5f4b0fab1d7b0ba835d9e1e19d3d34ed0')
depends=(
'python-aiofiles'
'python-aiohttp'