Date: Sunday, March 22, 2020 @ 02:40:46 Author: yan12125 Revision: 603354
upgpkg: python-pg8000 1.14.0-1 Modified: python-pg8000/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 02:04:35 UTC (rev 603353) +++ PKGBUILD 2020-03-22 02:40:46 UTC (rev 603354) @@ -2,8 +2,8 @@ # Contributor: quomoow <[email protected]> pkgname=python-pg8000 -pkgver=1.13.2 -pkgrel=3 +pkgver=1.14.0 +pkgrel=1 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible" arch=(any) url='https://github.com/tlocke/pg8000' @@ -11,7 +11,7 @@ makedepends=(python-setuptools) depends=(python python-scramp) source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz") -sha256sums=('eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab') +sha256sums=('f9c1dcf89d6d2e8fd3677b8fa8b234deb56befa710625f3b5152294fb302f71e') build() { cd pg8000-$pkgver
