summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-12-06 23:48:25 +0800
committerUniversebenzene2020-12-06 23:48:25 +0800
commita85258205fa6a160bc2b700feb7c2549f36a38b8 (patch)
treeded6bf84ce2d825e9ed304553ea987c926f62d43
parentacb83e8a3f234b9fbeeeed3d7da8ac134cfee883 (diff)
downloadaur-a85258205fa6a160bc2b700feb7c2549f36a38b8.tar.gz
Correct sums
-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}