summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f2f8adaa6e..ce75b85aea5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 17:48:43 UTC 2016
+# Tue Mar 21 14:46:00 UTC 2017
pkgbase = python2-sunpy-git
pkgdesc = Python library for solar physics
pkgver = r7.dad09f2
- pkgrel = 1
+ pkgrel = 2
url = http://www.sunpy.org/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python2-sunpy-git
depends = python2-scipy
depends = python2-pandas
depends = python2-requests
- depends = python2-suds
+ depends = python2-suds-jurko
depends = python2-beautifulsoup4
optdepends = python2-sqlalchemy: for the database package
optdepends = python2-pytest: for running tests
diff --git a/PKGBUILD b/PKGBUILD
index 9846e5f8e340..b58dd247578a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-sunpy-git
_gitname=sunpy
pkgver=r7.dad09f2
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for solar physics"
arch=('i686' 'x86_64')
url="http://www.sunpy.org/"
@@ -14,7 +14,7 @@ depends=('python2'
'python2-scipy'
'python2-pandas'
'python2-requests'
- 'python2-suds'
+ 'python2-suds-jurko'
'python2-beautifulsoup4')
optdepends=('python2-sqlalchemy: for the database package'
'python2-pytest: for running tests')