summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af92549bd1ec..a54c42695762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-autoflake
pkgdesc = Removes unused imports and unused variables
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/myint/autoflake
arch = any
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
+}