summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2024-01-29 00:37:37 -0500
committerAlex Hirzel2024-01-29 00:37:37 -0500
commitb6777a6f95d2480ba2363d26981a1cbe633345f3 (patch)
treea2a5fe3cacce94c55b8d952b67fc8b9ac41474dd /PKGBUILD
parent21ae880acdb7aa4455479c7028d1178ca52c1437 (diff)
downloadaur-datasette.tar.gz
update to version 0.64.6, update license, update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45176a04b3fe..47e2653a5250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=datasette
-pkgver=0.63.3
+pkgver=0.64.6
pkgrel=1
pkgdesc="An open source multi-tool for exploring and publishing data"
arch=("any")
url="https://datasette.io"
-license=("Apache")
+license=("Apache-2.0")
depends=("python-asgiref" "python-click" "python-click-default-group" "python-jinja" "python-hupper" "python-httpx" "python-pint"
"python-pluggy" "uvicorn" "python-aiofiles" "python-janus" "python-asgi-csrf" "python-yaml" "python-mergedeep"
-"python-itsdangerous" "python-baseconv")
-makedepends=("python-setuptools")
+"python-itsdangerous" "python-setuptools" "python-rich" "python-importlib-metadata")
+makedepends=()
conflicts=("datasette")
source=("https://pypi.io/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("fc6a37c73d0d08e9240211a24893eb09886b84427be1ad2295a67be231175af3")
+sha256sums=('85ca3aabca64fd9560052042aec27d3b32a1f85303853da3550434866d0fa539')
build() {
cd "${pkgname}-${pkgver}"