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

Felix Yan felixonmars at archlinux.org
Sat May 1 10:24:21 UTC 2021


    Date: Saturday, May 1, 2021 @ 10:24:21
  Author: felixonmars
Revision: 925502

upgpkg: autopep8 1:1.5.7-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 10:18:05 UTC (rev 925501)
+++ PKGBUILD	2021-05-01 10:24:21 UTC (rev 925502)
@@ -3,8 +3,8 @@
 # Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
 
 pkgname=autopep8
-pkgver=1.5.6
-pkgrel=2
+pkgver=1.5.7
+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=('ffd560bdd97bd228e2833727f8e1ca5f2e618726d8a0f90324c5235ae91af8c868e3d183fe25c9f8fde7c1104823e7bc7e1e913201aa992bd15f307d9f5a71f0')
+sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
 
 build() {
   cd autopep8-$pkgver



More information about the arch-commits mailing list