Date: Monday, May 13, 2019 @ 12:41:34 Author: jelle Revision: 467128 upgpkg: bandit 1.6.0-1
Upstrema update Modified: bandit/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-13 11:41:06 UTC (rev 467127) +++ PKGBUILD 2019-05-13 12:41:34 UTC (rev 467128) @@ -1,7 +1,7 @@ # Maintainer: Jelle van der Waa <[email protected]> pkgname=bandit -pkgver=1.5.1 +pkgver=1.6.0 pkgrel=1 pkgdesc='Python security linter from OpenStack Security' arch=('any') @@ -10,10 +10,9 @@ depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 'python-pbr') makedepends=('python-setuptools' 'git') source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('94d2de2009e4992ed8a9aee92fc0e3b7250534c2f65a6ca25492ae6ee01a9fb3e18ca7c09c12a6ec4373a899357676e0f1f3e7c43ce402860752c3e321d06854') - package() { cd "bandit-$pkgver" python setup.py install --root=$pkgdir --optimize=1 } -md5sums=('81ba3979ded1b421fa8d69e6faa06dcb')
