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

Felix Yan felixonmars at archlinux.org
Fri Oct 19 10:56:47 UTC 2018


    Date: Friday, October 19, 2018 @ 10:56:46
  Author: felixonmars
Revision: 336887

upgpkg: twisted 18.9.0-1

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-19 10:51:20 UTC (rev 336886)
+++ PKGBUILD	2018-10-19 10:56:46 UTC (rev 336887)
@@ -5,9 +5,8 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=18.7.0
-_commit=ee535041258e7ef0b3223d2e12cd9aaa0bc2289f
-pkgrel=2
+pkgver=18.9.0
+pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
 url="https://twistedmatrix.com/"
@@ -22,13 +21,10 @@
               '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')
-#source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz")
-makedepends+=('git')
-source=(git+https://github.com/twisted/twisted#commit=$_commit)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz")
+sha512sums=('295d21c872f234932b41bb1ea32cd5446ecb251b9e0e3d642d7c19997a90147c8a62b83575990c320eb5421ec7eb4e96e2c025a752bf2f40686228d9f8455f5b')
 
 prepare() {
-  mv twisted twisted-twisted-$pkgver
   cp -a twisted-twisted-$pkgver{,-py2}
 
   sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \



More information about the arch-commits mailing list