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

Levente Polyak anthraxx at archlinux.org
Sun May 13 17:32:23 UTC 2018


    Date: Sunday, May 13, 2018 @ 17:32:22
  Author: anthraxx
Revision: 321616

upgpkg: python2-subprocess32 3.5.0-1

Modified:
  python2-subprocess32/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-13 17:29:58 UTC (rev 321615)
+++ PKGBUILD	2018-05-13 17:32:22 UTC (rev 321616)
@@ -2,7 +2,7 @@
 
 pkgname=python2-subprocess32
 _gitname=${pkgname/python2/python}
-pkgver=3.2.7
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Backport of the Python 3 subprocess module'
 url='https://github.com/google/python-subprocess32'
@@ -9,8 +9,9 @@
 arch=('x86_64')
 license=('custom')
 depends=('python2')
+makedepends=('python2-setuptools')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('d2f18de121623d4036b10c28043fc9e8d709f63a333be2b32add76711daf89321df0260751726f8e1625d18840a1be209f45a470b73adf6127105bdc02ba133c')
+sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
 
 build() {
   cd ${_gitname}-${pkgver}



More information about the arch-commits mailing list