summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2021-12-13 10:27:37 +0100
committerMédéric Boquien2021-12-13 10:27:37 +0100
commit8327c5186c9ead7930ff5a0c52a7abdcd37092e6 (patch)
treeae84cf6219ea04f259d4b831e8598b6ca58942d4
parenteb9e37b83b0257172d0e48bc07f678c855783d1d (diff)
downloadaur-8327c5186c9ead7930ff5a0c52a7abdcd37092e6.tar.gz
Update for python 3.10.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddea01dd24d0..6c640ffeb449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-astroquery
pkgdesc = Set of tools for querying astronomical web forms and databases
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index edfc5027b9e5..5f23b987cc32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-astroquery
pkgver=0.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
url="http://astroquery.readthedocs.org/en/latest/"