summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-09-24 21:26:35 +0800
committerChih-Hsuan Yen2023-09-24 21:26:35 +0800
commit3c0c94e0e77b73a36ef90ee289bef12d9ae5ec31 (patch)
tree3764c881f9e4c22a579a6b88bc54d13721820581 /PKGBUILD
parent8c424ec25f9baede16a545336e3f0c912de5278c (diff)
downloadaur-3c0c94e0e77b73a36ef90ee289bef12d9ae5ec31.tar.gz
upgpkg: 1.30.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e8588b0f330..69b029fa2425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-pg8000
# https://github.com/tlocke/pg8000#release-notes
-pkgver=1.30.1
+pkgver=1.30.2
pkgrel=1
# curl $(curl https://api.github.com/repos/tlocke/pg8000/git/ref/tags/$pkgver | jq -r .object.url) | jq -r .object.sha
-_commit=bef56daff9ff2a49c01857d783f5f653216c56c5
+_commit=753a06fd2567e402034fcaa633e00ac7cda6da61
pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
arch=(any)
url='https://github.com/tlocke/pg8000'