summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2023-07-26 10:10:25 +1000
committerdobedobedo2023-07-26 10:10:25 +1000
commit435d6df393b11b998d6755ca75614f1e606ac1c7 (patch)
tree40740848e4de11516115f4a29d88a79428fae448
parenta1932cbe8d578cef56f59b8f17d55a777a651947 (diff)
downloadaur-python-pysolar.tar.gz
Update to 0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3dd17b65e86..b532c25c57a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysolar
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.10
+ pkgver = 0.11
pkgrel = 1
url = http://pysolar.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = python-pysolar
depends = python
depends = python-numpy
depends = python-setuptools
- source = https://github.com/pingswept/pysolar/archive/0.10.tar.gz
- md5sums = 517b66360690f90ad4b5b1451562850c
+ source = https://github.com/pingswept/pysolar/archive/0.11.tar.gz
+ md5sums = 7150e99356f366ac2ef4dd6289151fbe
pkgname = python-pysolar
diff --git a/PKGBUILD b/PKGBUILD
index 8cf9c30fdc57..e3b90dca404b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: dobedobedo <dobe0331 at gmail dot com>
pkgname=('python-pysolar')
-pkgver=0.10
+pkgver=0.11
pkgrel=1
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."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python'
)
url='http://pysolar.org/'
license=('GPLv3')
-md5sums=('517b66360690f90ad4b5b1451562850c')
+md5sums=('7150e99356f366ac2ef4dd6289151fbe')
source=("https://github.com/pingswept/pysolar/archive/$pkgver.tar.gz")
build() {