[arch-commits] Commit in autopep8/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 16:32:34 UTC 2022


    Date: Friday, August 26, 2022 @ 16:32:34
  Author: felixonmars
Revision: 1283145

upgpkg: autopep8 1:1.7.0-1

Modified:
  autopep8/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 16:32:15 UTC (rev 1283144)
+++ PKGBUILD	2022-08-26 16:32:34 UTC (rev 1283145)
@@ -3,8 +3,8 @@
 # Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
 
 pkgname=autopep8
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
 arch=('any')
@@ -11,8 +11,9 @@
 url="https://github.com/hhatto/autopep8"
 license=('MIT')
 depends=('python-pycodestyle' 'python-toml')
+makedepends=('python-setuptools')
 source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
+sha512sums=('41bddd5c0cc93fd47dd01ba6b89f085fa7b3723abed9ac829e9f4d67a0587a7ee4457b23f16f223aaab18f33440166f402a567ca80d13535e85a6a3d4b968c0d')
 
 build() {
   cd autopep8-$pkgver



More information about the arch-commits mailing list