diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-26 12:08:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-26 12:08:54 +0200 |
commit | f74bef0d70da5e2a11aaaf5f853ea9abd116cb75 (patch) | |
tree | 1f28f780c1c574f6fbbb6e281a9774b9e7c18b5d /dist/archlinux/stable/PKGBUILD | |
parent | fix solar_prediction bug (diff) | |
download | solar-python-f74bef0d70da5e2a11aaaf5f853ea9abd116cb75.tar.gz solar-python-f74bef0d70da5e2a11aaaf5f853ea9abd116cb75.tar.bz2 solar-python-f74bef0d70da5e2a11aaaf5f853ea9abd116cb75.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-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 01240cc..0530c9e 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=1 -pkgrel=2 +pkgver=2 +pkgrel=1 pkgdesc="Solar data calculation and prediction library for Python" arch=(any) url="https://github.com/maandree/solar-python" @@ -10,7 +10,7 @@ license=('AGPL3') depends=(python3) makedepends=(make coreutils python3) source=($url/archive/$pkgver.tar.gz) -sha256sums=(0c92190b7bcacc1f47b05ab63fbb948f36ae90ca524b08fda3048c3fd763f6a3) +sha256sums=(e70f42aa1443288501f235d70a80c078b9153e68a0038f31f5fd16c33d77786c) build() { |