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

Kyle Keen kkeen at archlinux.org
Fri Jul 20 11:14:33 UTC 2018


    Date: Friday, July 20, 2018 @ 11:14:32
  Author: kkeen
Revision: 362590

upgpkg: python-ptyprocess 0.6.0-1

Modified:
  python-ptyprocess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 09:37:02 UTC (rev 362589)
+++ PKGBUILD	2018-07-20 11:14:32 UTC (rev 362590)
@@ -5,8 +5,8 @@
 pkgbase=python-ptyprocess
 pkgname=(python-ptyprocess python2-ptyprocess)
 _pkgname=ptyprocess
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Run a subprocess in a pseudo terminal"
 url="https://github.com/pexpect/ptyprocess"
 arch=('any')
@@ -14,13 +14,14 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
-       'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE')
-sha512sums=('cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553'
+        "LIC-pty-$pkgver::https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE")
+sha512sums=('b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86'
             '0847180ae31aeae060c4f127f640d7501eea6285ccfd495f032cfcb09058a0ebfff55b75c8d005aa0d73e6401f61d8203c684f4002775436db1d5599aaba937d')
 
 prepare() {
   cd "$srcdir"
   cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+  mv "LIC-pty-$pkgver" LICENSE
 }
 
 package_python-ptyprocess() {



More information about the arch-commits mailing list