summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-04-09 11:50:28 +0200
committera8212022-04-09 11:50:28 +0200
commitfa57d0760cd4db965a0b23031bd36fdeb8f63b0f (patch)
treea7a75c4881c5e4f1fa18cbee7b4b028e13491da7 /PKGBUILD
parent7427b1dbc88ae92cce461ce4d2e82788ef2a8ea0 (diff)
downloadaur-python-astroquery-git.tar.gz
Platform should be "any"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fad9f721a61f..f705234c215d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=python-astroquery-git
_gitname=astroquery
pkgver=0.4.6.r66.gc081ee4a
-pkgrel=1
+pkgrel=2
pkgdesc="Set of tools for querying astronomical web forms and databases"
-arch=('x86_64')
+arch=('any')
url="http://astroquery.readthedocs.org/en/latest/"
license=('BSD')
depends=('python' 'python-numpy' 'python-astropy' 'python-requests' 'python-keyring' 'python-beautifulsoup4' 'python-html5lib' 'python-astropy-helpers')