diff options
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index e7b03c7..01240cc 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,9 +2,9 @@ pkgname=solar-python pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Solar data calculation and prediction library for Python" -arch=(i686 x86_64) +arch=(any) url="https://github.com/maandree/solar-python" license=('AGPL3') depends=(python3) |