summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2023-09-27 23:00:36 +0800
committerYour Name2023-09-27 23:00:36 +0800
commit7db359a812f48051e3746ea4ea75dbce406dde16 (patch)
tree52790aecff6ad0b4bb3ed835e6d3c9b6bb4c747c /PKGBUILD
parent989d566915d5cb3413016418c1db4709ce9e2efa (diff)
downloadaur-7db359a812f48051e3746ea4ea75dbce406dde16.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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'