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

Felix Yan fyan at archlinux.org
Sat May 21 04:49:40 UTC 2016


    Date: Saturday, May 21, 2016 @ 06:49:40
  Author: fyan
Revision: 175981

upgpkg: autopep8 1.2.4-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-21 04:49:28 UTC (rev 175980)
+++ PKGBUILD	2016-05-21 04:49:40 UTC (rev 175981)
@@ -5,7 +5,7 @@
 
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/hhatto/autopep8"
 license=('MIT')
 makedepends=('pep8' 'python2-pep8' 'git')
-source=("git+https://github.com/hhatto/autopep8.git#tag=ver$pkgver")
+source=("git+https://github.com/hhatto/autopep8.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list