summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrodokk2022-04-25 11:30:46 +0200
committerbrodokk2022-04-25 11:30:46 +0200
commitb7063e88bea6274ba8889a015b7510a2a4ca45b8 (patch)
treee22a2264a50edfac8cdacd80d2747a23a95b0947
parent1bba9046a4d88ce816761c52c77cf836cd7b0d58 (diff)
downloadaur-python-flake8-annotations-complexity.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ca56a0e5a45..92ee498bd67f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-flake8-annotations-complexity
pkgdesc = flake8 plugin to validate annotations complexity
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/best-doctor/flake8-annotations-complexity
arch = any
license = MIT
depends = python
- source = https://github.com/best-doctor/flake8-annotations-complexity/archive/v0.0.6.tar.gz
- sha512sums = 41a441d669f7db9fd329f5d537b079e882a61df0f6761861f99bebd6d68a0e93a1247201d29df34dee5563cd6aba735d87387424d81675c28dadd7b9813b0926
+ source = https://github.com/best-doctor/flake8-annotations-complexity/archive/v0.0.7.tar.gz
+ sha512sums = 180f18f60188c0fae32cd4e996141b8ad68f3773abf923efde40a78203af839f9ae29bc6f10f9c22c95ce4a2ebb4d8cf33f5c27879ccde084c6a04593863818c
pkgname = python-flake8-annotations-complexity
diff --git a/PKGBUILD b/PKGBUILD
index 663dc074bb32..026e21fb29be 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-annotations-complexity
pkgname=python-$_pkgname
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc="flake8 plugin to validate annotations complexity"
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/best-doctor/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('41a441d669f7db9fd329f5d537b079e882a61df0f6761861f99bebd6d68a0e93a1247201d29df34dee5563cd6aba735d87387424d81675c28dadd7b9813b0926')
+sha512sums=('180f18f60188c0fae32cd4e996141b8ad68f3773abf923efde40a78203af839f9ae29bc6f10f9c22c95ce4a2ebb4d8cf33f5c27879ccde084c6a04593863818c')
package() {
cd "$_pkgname-$pkgver"