summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas K2015-09-01 15:28:22 +0200
committerThomas K2015-09-01 15:28:22 +0200
commitb52b37d1b71676700fda502ac26f2bf69aa7979c (patch)
tree2fb07a8b576461e8427568140083d9e51bf45df2 /PKGBUILD
parent23e5442b8baeba1dcac681b5ec993c8848849b11 (diff)
downloadaur-b52b37d1b71676700fda502ac26f2bf69aa7979c.tar.gz
Removed \" from Upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4652ae51a13..f9118fa6e633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=python2-pysolar
pkgver=0.6
-pkgrel=1
+pkgrel=2
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."
arch=('x86_64')
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')