summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Room2022-02-22 17:47:28 +0000
committerAdrian Room2022-02-22 17:47:28 +0000
commit0c30bfd04171728faca623ff5ea873d9b3c98010 (patch)
treec1851cf6e6f072b5fc72403897423ef6b3254a08 /PKGBUILD
parent76c6737795ba46e874f60c9586f5d11c7d1ae441 (diff)
downloadaur-0c30bfd04171728faca623ff5ea873d9b3c98010.tar.gz
update to 0.18.0
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}"