diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-30 03:47:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-30 03:47:21 +0100 |
commit | 40e9b6520a9ea143351bcc8793cf1f7b56467bba (patch) | |
tree | 02846e80d095a86e3f7f5fee9342e2b15d718ab1 /dist/archlinux/stable/PKGBUILD | |
parent | update dist (diff) | |
download | solar-python-40e9b6520a9ea143351bcc8793cf1f7b56467bba.tar.gz solar-python-40e9b6520a9ea143351bcc8793cf1f7b56467bba.tar.bz2 solar-python-40e9b6520a9ea143351bcc8793cf1f7b56467bba.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 637ad4a..b7290fc 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,13 +2,14 @@ pkgname=solar-python pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Solar data calculation and prediction library for Python" arch=(any) url="https://github.com/maandree/solar-python" license=('AGPL3') depends=(python3) makedepends=(make coreutils python3 texinfo) +install=solar-python.install source=($url/archive/$pkgver.tar.gz) sha256sums=(b35d1b6e1f3de9e78b610ac6febecd07ec28fc8bcad9a864afca9ae4cec1e109) |