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

Jelle van der Waa jelle at archlinux.org
Sat Sep 8 20:17:24 UTC 2018


    Date: Saturday, September 8, 2018 @ 20:17:24
  Author: jelle
Revision: 378825

upgpkg: bandit 1.5.1-1

Modified:
  bandit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 19:22:08 UTC (rev 378824)
+++ PKGBUILD	2018-09-08 20:17:24 UTC (rev 378825)
@@ -1,18 +1,19 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=bandit
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='Python security linter from OpenStack Security'
 arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+url='https://github.com/PyCQA/bandit'
 license=('Apache')
 depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 'python-pbr')
 makedepends=('python-setuptools' 'git')
-source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
-md5sums=('f74155cb9921be857693b32d2531e857')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 
+
 package() {
     cd "bandit-$pkgver"
     python setup.py install --root=$pkgdir --optimize=1
 }
+md5sums=('81ba3979ded1b421fa8d69e6faa06dcb')



More information about the arch-commits mailing list