Date: Saturday, February 8, 2020 @ 11:25:01 Author: anthraxx Revision: 564004
upgpkg: python-argcomplete 1.11.1-1 Modified: python-argcomplete/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-08 11:24:19 UTC (rev 564003) +++ PKGBUILD 2020-02-08 11:25:01 UTC (rev 564004) @@ -3,9 +3,9 @@ pkgname=python-argcomplete _pyname=argcomplete -pkgver=1.10.0 -_gitcommit=9d6dd18ae402b606bbd7d0fea663971fc7e42e97 -pkgrel=3 +pkgver=1.11.1 +_gitcommit=ee975823f997367b74169ce98744bbe48c9ce573 +pkgrel=1 pkgdesc='Easy, extensible command line tab completion of arguments for your Python script' url='https://github.com/kislyuk/argcomplete' arch=('any') @@ -12,7 +12,7 @@ license=('Apache') depends=('python') makedepends=('git' 'python-setuptools') -checkdepends=('python-pexpect' 'tcsh' 'fish') +checkdepends=('python-pexpect' 'tcsh' 'fish' 'python-pip') source=(${_pyname}::"git+https://github.com/kislyuk/${_pyname}#commit=${_gitcommit}?signed") sha512sums=('SKIP') validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk <[email protected]>
