summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1fa3fd6169f..ebd49d6e9037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-astropy-helpers
source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-4.0.1.tar.gz
source = use_system_astropy_helpers.patch
md5sums = e626e395b4eac6784acb45c5f56e6706
- md5sums = 9b061a3f373546f797fcc658483d7e2b
+ md5sums = cc001e2567642396d2eebabc2c323c26
pkgname = python-astropy-helpers
optdepends = python-astropy-helpers-doc=4.0.1: Documentation for Astropy helpers
diff --git a/PKGBUILD b/PKGBUILD
index d5e594f59f2d..e5b8e7e4a73e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz"
'use_system_astropy_helpers.patch')
md5sums=('e626e395b4eac6784acb45c5f56e6706'
- '9b061a3f373546f797fcc658483d7e2b')
+ 'cc001e2567642396d2eebabc2c323c26')
prepare() {
cd ${srcdir}/astropy-helpers-${pkgver}