summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 668c8deacd7b..cfdd5656b358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="flake8_simplify"
pkgname="python-${_pkgname//_/-}"
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="A flake8 plugin that helps you simplify your code."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('flake8' 'python-astor')
makedepends=('python-installer')
source=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/${_pkgname//_/-}/${_pkgname}-$pkgver-py3-none-any.whl")
-md5sums=('c3d17d58d8c2fc17f1ef0a029b95b8d4')
+md5sums=('3081ce44a84c1b1c47ac89ad298bb201')
package() {
python -m installer --destdir="$pkgdir" *.whl