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

Felix Yan felixonmars at archlinux.org
Fri May 11 07:24:04 UTC 2018


    Date: Friday, May 11, 2018 @ 07:24:04
  Author: felixonmars
Revision: 323925

upgpkg: twisted 18.4.0-1

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-11 06:44:59 UTC (rev 323924)
+++ PKGBUILD	2018-05-11 07:24:04 UTC (rev 323925)
@@ -6,7 +6,7 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=17.9.0
+pkgver=18.4.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
@@ -19,11 +19,10 @@
 checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 'openssh' 'gtk3'
               'python-gobject' 'python2-gobject' 'python-gobject2' 'python2-gobject2'
               'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 'python2-h2'
-              'python-priority' 'python2-priority' 'python-crypto' 'python2-crypto'
-              'python-cryptography' 'python2-cryptography' 'python-idna' 'python2-idna'
-              'python-pyserial' 'python2-pyserial')
+              'python-priority' 'python2-priority' 'python-cryptography' 'python2-cryptography'
+              'python-idna' 'python2-idna' 'python-pyserial' 'python2-pyserial')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz")
-sha512sums=('3fb269dd928d2446e50cb5e4aa43d208d3aa7ed3902a0a7c39b8dabe9792344ad924fc500d507d34118ba2acdfd433a31aa812dd5309b01fdcb45de49e7b84ae')
+sha512sums=('229b4d12f8c2d6592644690cfec140e6a82a662433af8eb00c7c276e3bf5ec8894e722974b0e5c4d0d122d6de17e984c4cc511d67714ce74e5e18187b92cfe7b')
 
 prepare() {
   cp -a twisted-twisted-$pkgver{,-py2}
@@ -70,7 +69,7 @@
 
   # twisted in python 3 supports only few command line tools for now.
   # Let's rename the tools the other way round after the python 3 version supports all.
-  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch; do
+  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch mailmail; do
     mv "$pkgdir"/usr/bin/${name}{,3}
   done
 



More information about the arch-commits mailing list