summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2022-01-05 12:12:18 +0100
committerneodarz2022-01-05 12:12:18 +0100
commit1bba9046a4d88ce816761c52c77cf836cd7b0d58 (patch)
treef04f329e70aad560da66f3e118b8dae58fa39460
parent863041c39ba7fa05beea78c47967b91e6b058d59 (diff)
downloadaur-1bba9046a4d88ce816761c52c77cf836cd7b0d58.tar.gz
Update to 0.0.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8728bb5baf34..8ca56a0e5a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-flake8-annotations-complexity
pkgdesc = flake8 plugin to validate annotations complexity
- pkgver = 0.0.4
+ pkgver = 0.0.6
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.4.tar.gz
- sha512sums = 47f3b86e713f6d9e07a93fcb4faac2b371d6b1bf65a709468d3c7e96e764a893b22c7a5321736f40ff827c94bb964677f662de873abb8ac63c1e2361206ef87c
+ source = https://github.com/best-doctor/flake8-annotations-complexity/archive/v0.0.6.tar.gz
+ sha512sums = 41a441d669f7db9fd329f5d537b079e882a61df0f6761861f99bebd6d68a0e93a1247201d29df34dee5563cd6aba735d87387424d81675c28dadd7b9813b0926
pkgname = python-flake8-annotations-complexity
-
diff --git a/PKGBUILD b/PKGBUILD
index 0df3bace20e6..663dc074bb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=flake8-annotations-complexity
pkgname=python-$_pkgname
-pkgver=0.0.4
+pkgver=0.0.6
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=('47f3b86e713f6d9e07a93fcb4faac2b371d6b1bf65a709468d3c7e96e764a893b22c7a5321736f40ff827c94bb964677f662de873abb8ac63c1e2361206ef87c')
+sha512sums=('41a441d669f7db9fd329f5d537b079e882a61df0f6761861f99bebd6d68a0e93a1247201d29df34dee5563cd6aba735d87387424d81675c28dadd7b9813b0926')
package() {
cd "$_pkgname-$pkgver"