summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNabil Freij2016-05-13 13:44:59 +0200
committerNabil Freij2016-05-13 13:44:59 +0200
commit05d6c64af680b98eb528559524730074a030f7f4 (patch)
treea2c445be63c8d70934e4c3722ccd61cea41f62f1
parentc0694a0075c87c579ae58ae1ef6ef3d99da1c30f (diff)
downloadaur-05d6c64af680b98eb528559524730074a030f7f4.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 02243c9483ad..6c27b68c290a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,3 +24,29 @@ pkgbase = python2-sunpy-git
pkgname = python2-sunpy-git
+pkgbase = python2-sunpy-git
+ pkgdesc = Python library for solar physics
+ pkgver = 20160513
+ pkgrel = 1
+ 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 83cc0dd78e2d..5788e1aeb98f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nabobalis <nabil dot freij at gmail dot com>
pkgname=python2-sunpy-git
_gitname=sunpy
-pkgver=20150626
+pkgver=20160513
pkgrel=1
pkgdesc="Python library for solar physics"
arch=('i686' 'x86_64')