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 be1beefd2184..3de54c2e7250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-flake8-simplify"
_pkgname="flake8-simplify"
-pkgver=0.14.0
+pkgver=0.18.0
pkgrel=1
pkgdesc="A flake8 plugin that helps you simplify your code."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/MartinThoma/flake8-simplify/"
license=('MIT')
depends=('flake8' 'python-astor')
source=("https://github.com/MartinThoma/flake8-simplify/archive/$pkgver.tar.gz")
-md5sums=('d165dcd870c9e8eceab12093793647df')
+md5sums=('06ebed3adc9ec3e2e087fde2e231ede7')
build() {
cd "${_pkgname}-${pkgver}"