summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBao Trinh2021-09-20 14:11:41 -0500
committerBao Trinh2021-09-20 14:11:41 -0500
commit892b6c556c78f7077b5be330efe6987f07a65f88 (patch)
tree29ecb36a66ae669e12857ce2286b90ae37c10b02 /PKGBUILD
parentddebfbae5865961e0bbce2934376fd7d96a53a1f (diff)
downloadaur-892b6c556c78f7077b5be330efe6987f07a65f88.tar.gz
Version 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"