summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2022-01-05 12:47:51 +0100
committerneodarz2022-01-05 12:47:51 +0100
commit12c7841ec297bacc19b5d16e4dcdd11238b9f621 (patch)
tree7f8ee5d64cf6a9f62eb5224ab4bad1454973084c /PKGBUILD
parentc0794613056c0fbcc2b56dc2caa2d425712497bd (diff)
downloadaur-12c7841ec297bacc19b5d16e4dcdd11238b9f621.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8c624c367fc..8361c71a9d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=flake8-eradicate
pkgname=python-$_pkgname
-pkgver=1.0.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Flake8 plugin to find commented out or dead code"
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python' 'python-setuptools' 'python-dephell' 'python-eradicate')
source=("https://github.com/sobolevn/$_pkgname/archive/$pkgver.zip")
-sha512sums=('2f83540ec278d9a6b7e72a82358c6bea31986c0d59a67e846e08cbf42a23998d7d8661911fa5e14c85fa839a1d27f65bbe7fef7b96e42113d29e393b76273130')
+sha512sums=('0fca8d56724369b153ae9483e0a01ef664ae7a561428670b8f3adf0625bd44f5bf8418a41c548538844cbecb8908b3f83129d24b2f498823df046bbf9a7c46d2')
prepare() {
cd "$_pkgname-$pkgver"