summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-08-30 00:44:53 +0800
committerUniversebenzene2019-08-30 00:44:53 +0800
commitb391748b87e9f3f005d24718aafef604e79a0c9d (patch)
treeb6a77d6c633408983c1fb99200b293542e4b39ef
parenta8d7176cba3634be0205c6f49eae0c3cfa78ae27 (diff)
downloadaur-b391748b87e9f3f005d24718aafef604e79a0c9d.tar.gz
Correct md5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d262808c1d5..ef9ef46585de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,9 +16,9 @@ pkgbase = python-stsci.convolve
makedepends = python-stsci.distutils
makedepends = python2-stsci.distutils
source = https://files.pythonhosted.org/packages/source/s/stsci.convolve/stsci.convolve-2.2.2.tar.gz
- source = https://github.com/spacetelescope/stsci.convolve/blob/master/LICENSE.txt
+ source = https://raw.githubusercontent.com/spacetelescope/stsci.convolve/master/LICENSE.txt
md5sums = fb0feba75f45d85f34d6e4599efcd3db
- md5sums = 7ee1b1760f8eb2c2b2b1946060c73630
+ md5sums = 901964fd100b953a8c8fd4d8f0ae8a7e
pkgname = python-stsci.convolve
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index d707f9e10bd7..1ab2551df7f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-numpy' 'python2-nu
checkdepends=('python2-nose')
# 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
- "https://github.com/spacetelescope/stsci.convolve/blob/master/LICENSE.txt")
+ "https://raw.githubusercontent.com/spacetelescope/stsci.convolve/master/LICENSE.txt")
md5sums=('fb0feba75f45d85f34d6e4599efcd3db'
- '7ee1b1760f8eb2c2b2b1946060c73630')
+ '901964fd100b953a8c8fd4d8f0ae8a7e')
_pyver=$(python -V | cut -c 8-10)
prepare() {