summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas K2016-02-11 10:19:27 +0100
committerThomas K2016-02-11 10:19:27 +0100
commitdb24a79f770ebab66e4827d32d530e9afea08b52 (patch)
tree19ff9659c300388b55815c4f6ef50a2ca41dc5b6
parentd1fed42ccaa1c4a9ad17bfd5ff0753a53559611b (diff)
downloadaur-db24a79f770ebab66e4827d32d530e9afea08b52.tar.gz
fix for url array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c9d507445d..74a73aa8bcee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Feb 11 09:19:10 UTC 2016
pkgbase = python2-pysolar
- pkgdesc = Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
+ pkgdesc = Collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
pkgver = 0.6
- pkgrel = 1
- url = http://pysolar.org/"
+ pkgrel = 3
+ url = http://pysolar.org/
arch = x86_64
license = GPLv3
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 20e503c4a53f..53ad8eebb8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ depends=('python2'
'python2-numpy'
'python2-pytz'
)
-url=('http://pysolar.org/')
+url='http://pysolar.org/'
license=('GPLv3')
md5sums=('78005c1e498100cc30842af20ca76069')
source=('https://github.com/pingswept/pysolar/archive/0.6.tar.gz')