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 9dd972eadf96..012901e4b93f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# PKGBUILD generated by pipman
# Python package author: Steven Myint <UNKNOWN>
pkgname=python-autoflake
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Removes unused imports and unused variables"
arch=(any)
@@ -14,4 +14,4 @@ build() {
package() {
mkdir -p $pkgdir/usr/lib/python3.7/site-packages/
cp -r $srcdir/autoflake/* $pkgdir/usr/lib/python3.7/site-packages/
-} \ No newline at end of file
+}