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

Felix Yan felixonmars at archlinux.org
Mon May 6 04:30:14 UTC 2019


    Date: Monday, May 6, 2019 @ 04:30:14
  Author: felixonmars
Revision: 352568

upgpkg: twisted 19.2.0-1

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-05 23:34:23 UTC (rev 352567)
+++ PKGBUILD	2019-05-06 04:30:14 UTC (rev 352568)
@@ -5,7 +5,7 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=18.9.0
+pkgver=19.2.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
@@ -20,9 +20,10 @@
               'python-gobject' 'python2-gobject' 'python-gobject2' 'python2-gobject2'
               'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 'python2-h2'
               'python-priority' 'python2-priority' 'python-cryptography' 'python2-cryptography'
-              'python-idna' 'python2-idna' 'python-pyserial' 'python2-pyserial')
+              'python-idna' 'python2-idna' 'python-pyasn1' 'python2-pyasn1' 'python-pyserial'
+              'python2-pyserial' 'python-bcrypt' 'python2-bcrypt')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz")
-sha512sums=('295d21c872f234932b41bb1ea32cd5446ecb251b9e0e3d642d7c19997a90147c8a62b83575990c320eb5421ec7eb4e96e2c025a752bf2f40686228d9f8455f5b')
+sha512sums=('0b255515ac8616407afc4bdf90b939fadb6025cc1301f865c225fb53023c767126bf966a4cdd927ce7ff837454a4282da1e1d7cedd5bb80b2e8713d286415483')
 
 prepare() {
   cp -a twisted-twisted-$pkgver{,-py2}
@@ -61,6 +62,7 @@
               'python-cryptography: for using conch'
               'python-pyasn1: for using conch'
               'python-appdirs: for using conch'
+              'python-bcrypt: for using conch'
               'python-h2: for http2 support'
               'python-priority: for http2 support'
               'python-pyserial: for serial support'
@@ -87,6 +89,7 @@
               'python2-cryptography: for using conch'
               'python2-pyasn1: for using conch'
               'python2-appdirs: for using conch'
+              'python2-bcrypt: for using conch'
               'python2-h2: for http2 support'
               'python2-priority: for http2 support'
               'python2-pyserial: for serial support'



More information about the arch-commits mailing list