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

Jelle van der Waa jelle at archlinux.org
Sun May 22 16:07:06 UTC 2016


    Date: Sunday, May 22, 2016 @ 18:07:06
  Author: jelle
Revision: 176093

upgpkg: bandit 1.0.1-1

Modified:
  bandit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 12:13:02 UTC (rev 176092)
+++ PKGBUILD	2016-05-22 16:07:06 UTC (rev 176093)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=bandit
-pkgver=0.13.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Python security linter from OpenStack Security'
 arch=('any')
@@ -10,13 +10,9 @@
 depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
 makedepends=('python2-setuptools' 'git')
 source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz")
-md5sums=('5c5bf7b87b727757220a8b3cd046c4ee')
+md5sums=('0130896e994d45af279728e4c3c3df50')
 
 package() {
     cd "bandit-$pkgver"
     python2 setup.py install --root=$pkgdir --optimize=1
-
-    # TODO: Fix configuration file, somehow it does play correctly with --root="$pkgdir"
-    mv $pkgdir/usr/etc $pkgdir/
-    rmdir $pkgdir/usr/bandit
 }



More information about the arch-commits mailing list