summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122016-07-05 07:57:32 +0200
committerwillemw122016-07-05 07:57:32 +0200
commite9394e5b344a42b753061a1bb21bf5e71293d6f6 (patch)
tree3242e2603aa1a40443285a908be7e95354364bdd /PKGBUILD
parent1affb4c72815784489d5b32eb3b039394445c8c3 (diff)
downloadaur-e9394e5b344a42b753061a1bb21bf5e71293d6f6.tar.gz
Rename python*-pep8 deps to python*-pycodestyle
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 402b2caf2c16..1007b3b00a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname2=spyder
_pkgname3=spyder3
pkgbase=$_pkgname2-git
pkgname=($_pkgname2-git $_pkgname3-git)
-pkgver=3.0.0b2.r488.g00a14c1
+pkgver=3.0.0b4.r5.g48c9672
pkgrel=1
arch=('any')
url="https://github.com/spyder-ide/spyder"
@@ -48,7 +48,7 @@ package_spyder-git() {
'python2-sphinx'
'python2-pygments'
'python2-pylint'
- 'python2-pep8'
+ 'python2-pycodestyle'
'python2-psutil'
'python2-qtawesome'
'python2-pyzmq'
@@ -87,7 +87,7 @@ package_spyder3-git() {
'python-sphinx'
'python-pygments'
'python-pylint'
- 'pep8'
+ 'python-pycodestyle'
'python-psutil'
'python-qtawesome'
'python-pyzmq'