aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-06-13 01:23:30 +0200
committerMattias Andrée <maandree@kth.se>2016-06-13 01:23:30 +0200
commitefe8da952ac1bece5221b72ef46d5ad0ff8e9b75 (patch)
treed6614ed4f1e20594d84d6bac4ef5744a5415af04
parentImprove solar_prediction (diff)
downloadsolar-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>
-rw-r--r--dist/archlinux/stable/PKGBUILD6
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() {