Date: Sunday, January 6, 2019 @ 14:25:16 Author: yan12125 Revision: 420716
upgpkg: python-pg8000 1.12.4-2 Update URL as the original one is dead. See https://github.com/tlocke/pg8000/issues/2 for details. Modified: python-pg8000/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-06 12:23:32 UTC (rev 420715) +++ PKGBUILD 2019-01-06 14:25:16 UTC (rev 420716) @@ -3,10 +3,10 @@ pkgname=python-pg8000 pkgver=1.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible" arch=(any) -url='https://pythonhosted.org/pg8000/' +url='https://github.com/tlocke/pg8000' license=(BSD) makedepends=(python-setuptools) depends=(python)
