summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Room2023-09-26 18:30:34 +0100
committerAdrian Room2023-09-26 18:30:34 +0100
commita7c8881f7df5f265000cbfeed3e32779d2fb3d51 (patch)
treeeac8220194395174ffc8b3566c73f12a621ecc99 /PKGBUILD
parentc046bd33d5e057d74ec2b7afd5d2fb58ed4c2de2 (diff)
downloadaur-python-flake8-simplify.tar.gz
update to 0.21.0
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