[arch-commits] Commit in python-pg8000/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Feb 10 07:37:07 UTC 2019


    Date: Sunday, February 10, 2019 @ 07:37:06
  Author: yan12125
Revision: 431084

upgpkg: python-pg8000 1.13.1-1

Modified:
  python-pg8000/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 07:31:12 UTC (rev 431083)
+++ PKGBUILD	2019-02-10 07:37:06 UTC (rev 431084)
@@ -2,16 +2,16 @@
 # Contributor: quomoow <quomoow at gmail.com>
 
 pkgname=python-pg8000
-pkgver=1.12.4
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
 url='https://github.com/tlocke/pg8000'
 license=(BSD)
 makedepends=(python-setuptools)
-depends=(python)
+depends=(python python-passlib)
 source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz")
-sha256sums=('903a19158e9efda326908bb4b70a71d31f640b4326576774433ab11fd4e46f39')
+sha256sums=('2208c7aaffe8d61f5c4ccbefeb74ba033003899e64aee37c0eb98aadae8b9c6b')
 
 build() {
   cd pg8000-$pkgver



More information about the arch-commits mailing list