summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Orru2019-04-24 00:25:48 +0200
committerAndrea Orru2019-04-24 00:25:48 +0200
commit36d22b9c1a140e279428c3345985cdcc1184a923 (patch)
tree6b460e91eff30ab8edaedf544835994d31994abb /PKGBUILD
parentfaff21b815d84fdd91e465bd53badb6fc16fcc90 (diff)
downloadaur-36d22b9c1a140e279428c3345985cdcc1184a923.tar.gz
Version 1.3
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
+}