summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-08-11 12:41:09 +0000
committerimlonghao2020-08-11 12:41:09 +0000
commit6ff8e7b3616ef787e31596b15e08851b30744f17 (patch)
tree22b6e01bdf82917d746ac316c444b8da426908e5 /PKGBUILD
parent5c5cc0e284229219c6b89118f7cd71ef18dbbc44 (diff)
downloadaur-6ff8e7b3616ef787e31596b15e08851b30744f17.tar.gz
New version 0.4.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54a6164aa2dd..7d480910b66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=archivebox
-pkgver=0.4.11
+pkgver=0.4.13
pkgrel=1
pkgdesc="The open source self-hosted web archive"
arch=("any")
@@ -13,10 +13,10 @@ depends=('python-django' 'python-mypy_extensions' 'wget'
'python-crontab' 'python-atomicwrites' 'python-dateparser'
'python-requests' 'python-base32_crockford' 'python-w3lib'
'chromium' 'python-django-extensions' 'git'
- 'youtube-dl' 'curl' 'single-file-git')
+ 'youtube-dl' 'curl' 'single-file')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5fc4e741525b937d13da720a7b15acc1d9b4fb2e358d0eddf3033513fe044635')
+sha256sums=('69ec4e65a64db145bfcdd30a0362ce43a328f71b1f8b572402ca247396f6168b')
build() {
cd ${pkgname}-${pkgver}