summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c9c857e1f3..afbc9cc79f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://astropy-helpers.readthedocs.io/
arch = any
license = BSD
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.2.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-3.2.2.tar.gz
source = use_system_astropy_helpers.patch
- md5sums = 377e81c0058a9f4250cfd813914e6f7d
+ md5sums = 8e6cee4698f0fe3382e2eb3368d62114
md5sums = 13cd66eec7da36e18d5db09fe9dfd3a5
pkgname = python-astropy-helpers
- optdepends = python-astropy-helpers-doc=3.2.1: Documentation for Astropy helpers
+ optdepends = python-astropy-helpers-doc=3.2.2: Documentation for Astropy helpers
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0d6e3b36c63a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+src
+pkg
+*.src.tar.gz
+*.tar.gz
+*.tar.bz2
+*.part
+*.pkg.tar.xz
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index eabfaeb783f6..db64c28eee74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel.deval at gmail dot com>
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz"
'use_system_astropy_helpers.patch')
-md5sums=('377e81c0058a9f4250cfd813914e6f7d'
+md5sums=('8e6cee4698f0fe3382e2eb3368d62114'
'13cd66eec7da36e18d5db09fe9dfd3a5')
prepare() {