diff options
author | Mattias Andrée <maandree@kth.se> | 2016-06-13 01:23:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-06-13 01:23:30 +0200 |
commit | efe8da952ac1bece5221b72ef46d5ad0ff8e9b75 (patch) | |
tree | d6614ed4f1e20594d84d6bac4ef5744a5415af04 /dist/archlinux | |
parent | Improve solar_prediction (diff) | |
download | solar-python-efe8da952ac1bece5221b72ef46d5ad0ff8e9b75.tar.gz solar-python-efe8da952ac1bece5221b72ef46d5ad0ff8e9b75.tar.bz2 solar-python-efe8da952ac1bece5221b72ef46d5ad0ff8e9b75.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dist/archlinux')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index b7290fc..c73d8f8 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=solar-python -pkgver=2.2 -pkgrel=2 +pkgver=2.3 +pkgrel=1 pkgdesc="Solar data calculation and prediction library for Python" arch=(any) url="https://github.com/maandree/solar-python" @@ -11,7 +11,7 @@ depends=(python3) makedepends=(make coreutils python3 texinfo) install=solar-python.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(b35d1b6e1f3de9e78b610ac6febecd07ec28fc8bcad9a864afca9ae4cec1e109) +sha256sums=(85571fc096f21ee4b6ba0f2ffc94e2659625c602f5342c8508040a2cd5ac2704) build() { |