summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-09-01 11:33:30 +0800
committerUniversebenzene2021-09-01 11:33:30 +0800
commitf482742f30544e37c38bf24861e841a80635fdd0 (patch)
tree4bbbf21081b3a04c350262303ba7c3c18f6df5da /PKGBUILD
parent152c657a4c044303e4b04c696f8dd42e52109c01 (diff)
downloadaur-f482742f30544e37c38bf24861e841a80635fdd0.tar.gz
Update to version 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4ab17768bf3..4f7953950db4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-parfive
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="A HTTP and FTP parallel file downloader"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python-setuptools-scm' 'python-sphinx-astropy' 'python-aiohttp' 'python-tqdm' 'graphviz' 'python-sunpy-sphinx-theme')
checkdepends=('python-pytest-localserver' 'python-pytest-asyncio' 'python-pytest-socket' 'python-aioftp')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('1e6c466d39408c109acdb934e5db2503')
+md5sums=('e33c9997645bef3a657e077bbe8e7906')
build() {
cd ${srcdir}/${_pyname}-${pkgver}