diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-06 14:52:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-06 14:52:18 +0200 |
commit | fe7eefb57c44dbd0742e970be1f485a8e84c41b6 (patch) | |
tree | b4d8da1248c192bb6734fb51a4a7a72df75cb8d8 /solar-python/PKGBUILD | |
parent | Add argparser (diff) | |
download | aur-packages-fe7eefb57c44dbd0742e970be1f485a8e84c41b6.tar.gz aur-packages-fe7eefb57c44dbd0742e970be1f485a8e84c41b6.tar.bz2 aur-packages-fe7eefb57c44dbd0742e970be1f485a8e84c41b6.tar.xz |
Update solar-python
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'solar-python/PKGBUILD')
-rw-r--r-- | solar-python/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solar-python/PKGBUILD b/solar-python/PKGBUILD index 39adbc7..66549d6 100644 --- a/solar-python/PKGBUILD +++ b/solar-python/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=solar-python -pkgver=2.4 +pkgver=2.5 pkgrel=1 pkgdesc="Solar data calculation and prediction library for Python" arch=(any) @@ -11,7 +11,7 @@ depends=(python3) makedepends=(make coreutils python3 texinfo) install=solar-python.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(fda9576e26d4e46989d36cfba0208bf7167a063c4f5b62cf9c7f9a0bfacfb740) +sha256sums=(fb62ee7ddaafae0ee92d00b4b1efdbb01f5c9eb93bc8e7007379adefed7899a4) build() { |