summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26fbb3ab6a33..f4ad4cea29f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-autoflake
pkgdesc = Removes unused imports and unused variables
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
url = https://github.com/myint/autoflake
arch = any
license = MIT
makedepends = python
depends = python-pyflakes
- source = https://github.com/myint/autoflake/archive/v1.3.1.tar.gz
- sha256sums = c271b46565e61cd6f754ed456cb1139d88615a821c6f31a6c621eccd15c7fa84
+ source = https://github.com/myint/autoflake/archive/v1.4.tar.gz
+ sha256sums = b3c573b0ab507b22359e80bdfd4c3fcf64b1b1d3352a6209a9fe73116c0ed36e
pkgname = python-autoflake
-
diff --git a/PKGBUILD b/PKGBUILD
index b032f81ad0b2..6665ffd6c700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Python package author: Steven Myint <UNKNOWN>
_name=autoflake
pkgname=python-autoflake
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc='Removes unused imports and unused variables'
arch=(any)
url="https://github.com/myint/$_name"
license=("MIT")
depends=('python-pyflakes')
makedepends=('python')
-source=("https://github.com/myint/$_name/archive/v1.3.1.tar.gz")
-sha256sums=('c271b46565e61cd6f754ed456cb1139d88615a821c6f31a6c621eccd15c7fa84')
+source=("https://github.com/myint/$_name/archive/v${pkgver}.tar.gz")
+sha256sums=('b3c573b0ab507b22359e80bdfd4c3fcf64b1b1d3352a6209a9fe73116c0ed36e')
build() {
cd "$srcdir/$_name-$pkgver"