summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-10-26 15:21:32 -0500
committerCarlos Aznarán Laos2021-10-26 15:21:32 -0500
commitc3358b668c67b93033f6a911bc1d6d834cac6907 (patch)
tree397af6a5780fa5af2a087e024d2eabff461352f0
parentaebc1eba3a49bc4b520eeadde7fc2ba736716a56 (diff)
downloadaur-c3358b668c67b93033f6a911bc1d6d834cac6907.tar.gz
Version bump to 4.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0448cd54f5a..251c506b7911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-flakes
pkgdesc = pytest plugin to check source code with pyflakes
- pkgver = 4.0.3
- pkgrel = 3
+ pkgver = 4.0.4
+ pkgrel = 1
url = https://github.com/asmeurer/pytest-flakes
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-pytest-flakes
makedepends = python-setuptools
depends = python-pytest
depends = python-pyflakes
- source = https://pypi.org/packages/source/p/pytest-flakes/pytest-flakes-4.0.3.tar.gz
- sha512sums = ca63d68063cf48789d86dee3707b3ea7c5076fc1f636e17f408ad6f444303fb3a701af8d1e464d49af745e350272bffe8596853a52c01baa0bdb0b6b0c0bb303
+ source = https://pypi.org/packages/source/p/pytest-flakes/pytest-flakes-4.0.4.tar.gz
+ sha512sums = f3bc82bef2dad4a1bf145179f1d25330adcb123cb6e2dd9802b0696be56ef66a8c705725a4e05a9fbbdc37d7482af7fe615735e0e94055f66b0893cc4cf15e53
pkgname = python-pytest-flakes
diff --git a/PKGBUILD b/PKGBUILD
index ed6bd83341fc..4c48e82bc6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Daniel Moch <daniel AT danielmoch DOT com>
_base=pytest-flakes
pkgname=python-${_base}
-pkgver=4.0.3
-pkgrel=3
+pkgver=4.0.4
+pkgrel=1
pkgdesc="pytest plugin to check source code with pyflakes"
arch=('any')
url="https://github.com/asmeurer/${_base}"
@@ -12,7 +12,7 @@ depends=(python-pytest python-pyflakes)
makedepends=(python-setuptools)
checkdepends=(python-coverage python-pytest-pep8)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('ca63d68063cf48789d86dee3707b3ea7c5076fc1f636e17f408ad6f444303fb3a701af8d1e464d49af745e350272bffe8596853a52c01baa0bdb0b6b0c0bb303')
+sha512sums=('f3bc82bef2dad4a1bf145179f1d25330adcb123cb6e2dd9802b0696be56ef66a8c705725a4e05a9fbbdc37d7482af7fe615735e0e94055f66b0893cc4cf15e53')
build() {
cd "${_base}-${pkgver}"