summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Room2023-03-31 12:48:53 +0100
committerAdrian Room2023-03-31 12:49:24 +0100
commitc046bd33d5e057d74ec2b7afd5d2fb58ed4c2de2 (patch)
tree2a3df7f641242d27501abeea359d57044e2daa6f /PKGBUILD
parentffd08831b569e64be3b1b6940303d62f63f8121e (diff)
downloadaur-c046bd33d5e057d74ec2b7afd5d2fb58ed4c2de2.tar.gz
update to 0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a71aaee71dac..668c8deacd7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="flake8_simplify"
pkgname="python-${_pkgname//_/-}"
-pkgver=0.19.2
+pkgver=0.20.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=('ee1b98a55af98c1b4cf6158f14603338')
+md5sums=('c3d17d58d8c2fc17f1ef0a029b95b8d4')
package() {
python -m installer --destdir="$pkgdir" *.whl