Date: Sunday, June 30, 2019 @ 21:20:02 Author: yan12125 Revision: 486817
upgpkg: python-pg8000 1.13.2-1 passlib is replaced by scramp in [1]. [1] https://github.com/tlocke/pg8000/commit/d14f8bddca7d7be587d685301f44ebb0e70c6b15 Modified: python-pg8000/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-30 21:08:21 UTC (rev 486816) +++ PKGBUILD 2019-06-30 21:20:02 UTC (rev 486817) @@ -2,7 +2,7 @@ # Contributor: quomoow <[email protected]> pkgname=python-pg8000 -pkgver=1.13.1 +pkgver=1.13.2 pkgrel=1 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible" arch=(any) @@ -9,9 +9,9 @@ url='https://github.com/tlocke/pg8000' license=(BSD) makedepends=(python-setuptools) -depends=(python python-passlib) +depends=(python python-scramp) source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz") -sha256sums=('2208c7aaffe8d61f5c4ccbefeb74ba033003899e64aee37c0eb98aadae8b9c6b') +sha256sums=('eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab') build() { cd pg8000-$pkgver
