summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNabil Freij2016-05-13 13:47:18 +0200
committerNabil Freij2016-05-13 13:47:18 +0200
commit6611f3349981f1342706d3c4e2a40f220a772280 (patch)
tree2908e62b5eaa4e6848599895cb4b9a4882a7e5d5
parent05d6c64af680b98eb528559524730074a030f7f4 (diff)
downloadaur-6611f3349981f1342706d3c4e2a40f220a772280.tar.gz
Updated to lastest revision
Signed-off-by: Nabil Freij <nabil.freij@gmail.com>
-rw-r--r--.SRCINFO26
-rwxr-xr-xPKGBUILD2
2 files changed, 27 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c27b68c290a..022eff6b882a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -50,3 +50,29 @@ pkgbase = python2-sunpy-git
pkgname = python2-sunpy-git
+pkgbase = python2-sunpy-git
+ pkgdesc = Python library for solar physics
+ pkgver = 20160513
+ pkgrel = 2
+ url = http://www.sunpy.org/
+ arch = i686
+ arch = x86_64
+ license = BSD
+ depends = python2
+ depends = python2-astropy
+ depends = python2-matplotlib
+ depends = python2-scipy
+ depends = python2-pandas
+ depends = python2-requests
+ depends = python2-suds
+ depends = python2-beautifulsoup4
+ optdepends = python2-sqlalchemy: for the database package
+ optdepends = python2-pytest: for running tests
+ provides = python2-sunpy
+ conflicts = python2-sunpy
+ options = !emptydirs
+ source = git+https://github.com/sunpy/sunpy
+ md5sums = SKIP
+
+pkgname = python2-sunpy-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 5788e1aeb98f..4ef644df75b5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-sunpy-git
_gitname=sunpy
pkgver=20160513
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for solar physics"
arch=('i686' 'x86_64')
url="http://www.sunpy.org/"