diff options
-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() { |