summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c75e9cbacabd..d5256a3795e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,8 @@ arch=('any')
url="https://astropy-helpers.readthedocs.io/"
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=('e626e395b4eac6784acb45c5f56e6706'
- 'cc001e2567642396d2eebabc2c323c26')
+source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
+md5sums=('e626e395b4eac6784acb45c5f56e6706')
prepare() {
cd ${srcdir}/astropy-helpers-${pkgver}