summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Yantis2016-07-04 18:44:42 -0700
committerJonathan Yantis2016-07-04 18:44:42 -0700
commitd5e468e2f563fe79a468fdd1642220b520f45b28 (patch)
treea349cb3177611d9c6e5417f948223d23ff1695cd
parent86ae9f460d7d7c27ef0816031082c088d014f80b (diff)
downloadaur-d5e468e2f563fe79a468fdd1642220b520f45b28.tar.gz
PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 087ab7b7b9bf..220d5c27f1e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Jul 5 01:44:42 UTC 2016
pkgbase = python-autopep8-git
pkgdesc = Automatically formats Python code to conform to the PEP 8 style guide.
- pkgver = 1.2a0r2182.429bfd4
- pkgrel = 2
+ pkgver = 2.0a0r2231.152dcbc
+ pkgrel = 1
url = https://github.com/hhatto/autopep8
arch = any
license = MIT
makedepends = git
depends = python
- depends = pep8
+ depends = python-pycodestyle
provides = python-autopep8
conflicts = python-autopep8
source = git+https://github.com/hhatto/autopep8.git
diff --git a/PKGBUILD b/PKGBUILD
index 1dc492691878..cff15e653c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: jyantis <yantis@yantis.net>
pkgname=python-autopep8-git
-pkgver=1.2a0r2182.429bfd4
-pkgrel=2
+pkgver=2.0a0r2231.152dcbc
+pkgrel=1
pkgdesc='Automatically formats Python code to conform to the PEP 8 style guide.'
arch=('any')
url='https://github.com/hhatto/autopep8'
license=('MIT')
-depends=('python' 'pep8')
+depends=('python' 'python-pycodestyle')
source=('git+https://github.com/hhatto/autopep8.git')
sha256sums=('SKIP')
makedepends=('git')