[arch-commits] Commit in twisted/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 28 06:02:59 UTC 2016
Date: Monday, November 28, 2016 @ 06:02:58
Author: felixonmars
Revision: 282149
upgpkg: twisted 16.6.0-1
Modified:
twisted/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-28 05:46:00 UTC (rev 282148)
+++ PKGBUILD 2016-11-28 06:02:58 UTC (rev 282149)
@@ -6,7 +6,7 @@
pkgbase=twisted
pkgname=(python-twisted python2-twisted)
-pkgver=16.5.0
+pkgver=16.6.0
pkgrel=1
pkgdesc="Asynchronous networking framework written in Python"
arch=('i686' 'x86_64')
@@ -63,7 +63,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; do
+ for name in trial twistd twist ckeygen; do
mv "$pkgdir"/usr/bin/${name}{,3}
done
More information about the arch-commits
mailing list