summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-07-22 08:36:53 +0200
committerwillemw122019-07-22 08:36:53 +0200
commit25722959cdd4fc17990b1dfc9449691e8b95b220 (patch)
tree1a73c70e9551834203a1ad5f3ed04c44c789275f
parent65c696174c34c4fadb0c1c991583e7221177c515 (diff)
downloadaur-25722959cdd4fc17990b1dfc9449691e8b95b220.tar.gz
Add python*-watchdog and python*-xdg dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b45b4f56e5e..2dcaecee9314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = spyder-git
- pkgver = 4.0.0b2.r298.gf0e625450
+ pkgver = 4.0.0b3.r251.g859825153
pkgrel = 1
url = https://www.spyder-ide.org/
arch = any
@@ -34,6 +34,8 @@ pkgname = spyder-git
depends = python2-rope
depends = python2-sphinx
depends = python2-spyder-kernels
+ depends = python2-watchdog
+ depends = python2-xdg
depends = python2-pathlib2
depends = desktop-file-utils
depends = gtk-update-icon-cache
@@ -72,6 +74,8 @@ pkgname = spyder3-git
depends = python-rope
depends = python-sphinx
depends = python-spyder-kernels
+ depends = python-watchdog
+ depends = python-xdg
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = cython: run Cython files
diff --git a/PKGBUILD b/PKGBUILD
index 067b8c6e5b49..97815fb9eb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname2=spyder
_pkgname3=spyder3
pkgbase=$_pkgname2-git
pkgname=($_pkgname2-git $_pkgname3-git)
-pkgver=4.0.0b2.r298.gf0e625450
+pkgver=4.0.0b3.r251.g859825153
pkgrel=1
arch=('any')
url="https://www.spyder-ide.org/"
@@ -61,6 +61,8 @@ package_spyder-git() {
'python2-rope'
'python2-sphinx'
'python2-spyder-kernels'
+ 'python2-watchdog'
+ 'python2-xdg'
'python2-pathlib2'
@@ -112,6 +114,8 @@ package_spyder3-git() {
'python-rope'
'python-sphinx'
'python-spyder-kernels'
+ 'python-watchdog'
+ 'python-xdg'
'desktop-file-utils'
'gtk-update-icon-cache')