summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-01-12 10:02:54 +0100
committerHugo Osvaldo Barrera2022-01-12 10:02:54 +0100
commit8dc72fe7b66b4ba77ad82f02f15ddad1d8bb1402 (patch)
tree2f896182221f22936ca07bbea802fa3482850ef9
parentb04347e67aaeb5bc5e5448d4246d83c91ae7823f (diff)
downloadaur-8dc72fe7b66b4ba77ad82f02f15ddad1d8bb1402.tar.gz
Update to 22.1.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ed689adfbd..9d178ab0c3be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-flake8-bugbear
pkgdesc = Plugin for Flake8 finding likely bugs and design problems in your program
- pkgver = 21.4.3
+ pkgver = 22.1.11
pkgrel = 1
url = https://github.com/PyCQA/flake8-bugbear
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-flake8-bugbear
depends = flake8
depends = python-attrs
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8-bugbear-21.4.3.tar.gz
- sha512sums = 8e24eb42a5fe8823c3f361a1d847760f460b3ae525414a8630c889e0ad0497664ed0c7a1dd1f1afd17e0225e2aa582970404ca4d697a5ab90f7120e110efe813
+ source = https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8-bugbear-22.1.11.tar.gz
+ sha512sums = 2f964cf7771090ecc3b51f8c86bb4077de1780dc84286ce0f594949a01021727dad6feb223456eecf6c0396be033425d44f8a21bf9ab2215a50bdac6e05f4daa
pkgname = python-flake8-bugbear
-
diff --git a/PKGBUILD b/PKGBUILD
index a9ad81b1563a..564cf38b3f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=flake8-bugbear
pkgname=python-flake8-bugbear
-pkgver=21.4.3
+pkgver=22.1.11
pkgrel=1
pkgdesc='Plugin for Flake8 finding likely bugs and design problems in your program'
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('flake8' 'python-attrs' 'python-setuptools')
checkdepends=('python-hypothesmith')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('8e24eb42a5fe8823c3f361a1d847760f460b3ae525414a8630c889e0ad0497664ed0c7a1dd1f1afd17e0225e2aa582970404ca4d697a5ab90f7120e110efe813')
+sha512sums=('2f964cf7771090ecc3b51f8c86bb4077de1780dc84286ce0f594949a01021727dad6feb223456eecf6c0396be033425d44f8a21bf9ab2215a50bdac6e05f4daa')
build() {
cd $_name-$pkgver