summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-04-09 20:45:30 +0800
committerUniversebenzene2021-04-09 20:45:30 +0800
commit152c657a4c044303e4b04c696f8dd42e52109c01 (patch)
tree7ece885552e15b3c13b02ffadf3c1b3e7de882ba /PKGBUILD
parentc4c9ec28173bad86979ab6d0c8eb733b33e1562b (diff)
downloadaur-152c657a4c044303e4b04c696f8dd42e52109c01.tar.gz
Update to version 1.2.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9fe5d1f6ea0..b4ab17768bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-parfive
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.2.0
+pkgver=1.3.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=('28743d80b9f208854eb7824f7dcdd3de')
+md5sums=('1e6c466d39408c109acdb934e5db2503')
build() {
cd ${srcdir}/${_pyname}-${pkgver}