summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrodokk2022-04-25 12:14:16 +0200
committerbrodokk2022-04-25 12:14:16 +0200
commit6a09d89223a9f5ff3689bce1ad2dff96d494f08d (patch)
tree9c5f8a078cf37836ad68a1055fbbd083fd15bcc3 /PKGBUILD
parent71aa630b121e4aa35802305d63c768feeada64e0 (diff)
downloadaur-6a09d89223a9f5ff3689bce1ad2dff96d494f08d.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7508a360a533..2eeb02d911ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: neodarz <neodarz at neodarz dot net>
+# Maintainer: brodokk <brodokk at brodokk dot space>
_pkgname=flake8-bandit
pkgname=python-$_pkgname
-pkgver=2.1.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Automated security testing using bandit and flake8."
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python' 'bandit')
source=("https://github.com/tylerwince/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('28e637d9dd59a18954b61b68c001a11784c5b0c750ef0701f04041f2cfd66ba4c33469f1bb8a338ac4016f70bdf44f4532c2bf67c9d8b822e7c8d1881b0b427c')
+sha512sums=('c60054dd869cb4b756cfa33a89630915a36c324f8b93b639c840d0ef9fda523af259d4bda3ba39fcc1317291b70293d727bebe845b55f1c3650ffe093afd6b0e')
package() {
cd "$_pkgname-$pkgver"