summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-07-16 16:49:44 +0200
committerwillemw122018-07-16 16:49:44 +0200
commit1febe37781c272b08fc363e7acb180a6acf0db85 (patch)
treea2b048cd7f393e3995ac9412020f11773daf3a10
parent10927bf2e0d2cf3ea7618e365aa5fa0fcd9bdb19 (diff)
downloadaur-1febe37781c272b08fc363e7acb180a6acf0db85.tar.gz
Fix typo in the python-spyder-kernels dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ead6e14aa0..7317bcb51cc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = spyder-git
- pkgver = 3.3.0.r1339.gde337a27f
+ pkgver = 3.3.0.r1370.gc41693301
pkgrel = 1
url = https://github.com/spyder-ide/spyder
arch = any
@@ -57,7 +57,7 @@ pkgname = spyder3-git
depends = python-qtconsole
depends = python-rope
depends = python-sphinx
- depends = python2-spyder-kernels
+ depends = python-spyder-kernels
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = python-matplotlib: 2D/3D plotting
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')