summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-09-30 10:46:15 +1300
committerGeorge Rawlinson2020-09-30 10:46:15 +1300
commit08b4e9c5237060846c0e93e138976bc406656430 (patch)
tree5aeb44ea4ac746dffabdcfb9b42d8f82e4779821
parent166ff02e077c659c76466684ca904f18d6675e71 (diff)
downloadaur-08b4e9c5237060846c0e93e138976bc406656430.tar.gz
upgpkg: python-flake8-annotations 2.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33bf642d81ff..88bdd12f7470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-flake8-annotations
pkgdesc = A flake8 extension that checks type annotations
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
- url = https://github.com/python-discord/flake8-annotations
+ url = https://github.com/sco1/flake8-annotations
arch = any
license = MIT
makedepends = python-setuptools
@@ -10,8 +10,8 @@ pkgbase = python-flake8-annotations
depends = python
depends = flake8
depends = python-typed-ast
- source = python-flake8-annotations-2.4.0.tar.gz::https://github.com/python-discord/flake8-annotations/archive/v2.4.0.tar.gz
- b2sums = 4dad2d15ccd2ee79947c216ce9a5058700af41580192b8445753494d4c106e4d578a27c6f02cd0caa64e3d4dad5f667cb7e457dd149548ac8f3667b6afbf5d91
+ source = python-flake8-annotations-2.4.1.tar.gz::https://github.com/sco1/flake8-annotations/archive/2.4.1.tar.gz
+ b2sums = 1ae1bac59d8a83a2a3ff9cd48b692a4a4673decb8b8e75fc5e86a9e036dbf663b5382344a5838dfa372e7be67c049e264f02a890984f66281dea0743afe4da18
pkgname = python-flake8-annotations
diff --git a/PKGBUILD b/PKGBUILD
index ab62a72a5438..fb1e7c517cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=python-flake8-annotations
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="A flake8 extension that checks type annotations"
arch=('any')
-url="https://github.com/python-discord/flake8-annotations"
+url="https://github.com/sco1/flake8-annotations"
license=('MIT')
depends=('python' 'flake8' 'python-typed-ast')
makedepends=('python-setuptools' 'python-dephell')
checkdepends=() # TODO
optdepends=()
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('4dad2d15ccd2ee79947c216ce9a5058700af41580192b8445753494d4c106e4d578a27c6f02cd0caa64e3d4dad5f667cb7e457dd149548ac8f3667b6afbf5d91')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('1ae1bac59d8a83a2a3ff9cd48b692a4a4673decb8b8e75fc5e86a9e036dbf663b5382344a5838dfa372e7be67c049e264f02a890984f66281dea0743afe4da18')
prepare() {
cd "$_pkgname-$pkgver"