summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNabil Freij2016-07-19 13:17:49 +0100
committerNabil Freij2016-07-19 13:17:49 +0100
commitc872abee87e660248bcf637d4f81faa4a52dce57 (patch)
treec0095fa9fc3b701d722e84137482e6e815b7a86d
parenta6913ea32324f9df1e0599a00e45a2616b57848d (diff)
downloadaur-c872abee87e660248bcf637d4f81faa4a52dce57.tar.gz
Release to 0.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8559272286e1..2ce96fb5abcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 25 12:57:52 UTC 2016
+# Tue Jul 19 12:12:13 UTC 2016
pkgbase = python2-sunpy
pkgdesc = Python library for solar physics
- pkgver = 0.7
+ pkgver = 0.7.2
pkgrel = 1
url = http://www.sunpy.org/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = python2-sunpy
optdepends = python2-sqlalchemy: for the database package
optdepends = python2-pytest: for running tests
options = !emptydirs
- source = https://pypi.io/packages/source/s/sunpy/sunpy/sunpy-0.7.tar.gz
- md5sums = 522b43ad225758e67cb9ba160b54cc2f
+ source = https://pypi.io/packages/source/s/sunpy/sunpy/sunpy-0.7.2.tar.gz
+ md5sums = 52db84e112c1f9adbd2fc57fa3e2b19c5993563b76025b2160e51603f87d8ead
pkgname = python2-sunpy
diff --git a/PKGBUILD b/PKGBUILD
index 762549fef8cf..66e531bcab77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nabobalis <nabil dot freij at gmail dot com>
# Contributor: Nabobalis <nabil dot freij at gmail dot com>
pkgname=python2-sunpy
-pkgver=0.7
+pkgver=0.7.2
pkgrel=1
pkgdesc="Python library for solar physics"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ optdepends=('python2-sqlalchemy: for the database package'
'python2-pytest: for running tests')
options=(!emptydirs)
source=(https://pypi.io/packages/source/s/sunpy/sunpy/sunpy-$pkgver.tar.gz)
-md5sums=('522b43ad225758e67cb9ba160b54cc2f')
+md5sums=('52db84e112c1f9adbd2fc57fa3e2b19c5993563b76025b2160e51603f87d8ead')
package(){
cd $srcdir/sunpy-$pkgver