summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122018-07-16 16:49:44 +0200
committerwillemw122018-07-16 16:49:44 +0200
commit1febe37781c272b08fc363e7acb180a6acf0db85 (patch)
treea2b048cd7f393e3995ac9412020f11773daf3a10 /PKGBUILD
parent10927bf2e0d2cf3ea7618e365aa5fa0fcd9bdb19 (diff)
downloadaur-1febe37781c272b08fc363e7acb180a6acf0db85.tar.gz
Fix typo in the python-spyder-kernels dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 898dcef35913..d9618c173709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname2=spyder
_pkgname3=spyder3
pkgbase=$_pkgname2-git
pkgname=($_pkgname2-git $_pkgname3-git)
-pkgver=3.3.0.r1339.gde337a27f
+pkgver=3.3.0.r1370.gc41693301
pkgrel=1
arch=('any')
url="https://github.com/spyder-ide/spyder"
@@ -93,7 +93,7 @@ package_spyder3-git() {
'python-qtconsole'
'python-rope'
'python-sphinx'
- 'python2-spyder-kernels'
+ 'python-spyder-kernels'
'desktop-file-utils'
'gtk-update-icon-cache')