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

Bruno Pagani archange at gemini.archlinux.org
Sun Dec 5 14:29:04 UTC 2021


    Date: Sunday, December 5, 2021 @ 14:29:04
  Author: archange
Revision: 1065153

upgpkg: autopep8 1:1.6.0-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 13:58:10 UTC (rev 1065152)
+++ PKGBUILD	2021-12-05 14:29:04 UTC (rev 1065153)
@@ -3,8 +3,8 @@
 # Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
 
 pkgname=autopep8
-pkgver=1.5.7
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('python-pycodestyle' 'python-toml')
 source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
+sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
 
 build() {
   cd autopep8-$pkgver



More information about the arch-commits mailing list