summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-03-13 08:55:40 -0500
committerBao Trinh2023-03-13 08:55:40 -0500
commite42292dadb9a7999a03fd4b2fc72f875bf7cf557 (patch)
tree55b5b341da5acd900cd16976ba1f1e239bf16041
parent5501bade928fd0abfc307edbf9ade2421f5e9dd6 (diff)
downloadaur-e42292dadb9a7999a03fd4b2fc72f875bf7cf557.tar.gz
v2.0.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e22fcb07a25..a85e19726a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Python package author: Steven Myint <UNKNOWN>
_name=autoflake
pkgname=python-autoflake
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
pkgdesc='Removes unused imports and unused variables'
arch=(any)
@@ -22,7 +22,7 @@ makedepends=(
'python-pytest'
)
source=("https://github.com/myint/$_name/archive/v${pkgver}.tar.gz")
-sha256sums=('b8b945a9adf5c8231f49fde2c1422e3618af4826825f6f8033e29434c71bf1bc')
+sha256sums=('90fc6f7135047ba523d86d69860b8f63c7fd099f67b369f1d5dce39253ec09b1')
build() {
pwd