summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-07-29 15:58:49 +0000
committerimlonghao2020-07-29 15:58:49 +0000
commite34b96d442df26e79055feb03cfdccfb92d32601 (patch)
treeb65a5ff90c012ceedc65728814c0a280f48676cb /PKGBUILD
parent8dbba5bf4cebbd6c19850dbaf4cc211378e9af9b (diff)
downloadaur-e34b96d442df26e79055feb03cfdccfb92d32601.tar.gz
Add missing depend curl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9310d18b063..d247ac6a0138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archivebox
pkgver=0.4.9
-pkgrel=1
+pkgrel=2
pkgdesc="The open source self-hosted web archive"
arch=("any")
url="https://github.com/pirate/ArchiveBox"
@@ -13,7 +13,7 @@ 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')
+ 'youtube-dl' 'curl')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('f537467af4f1e5b56548c410e54628109b387d5329057a71db7b04f9ae1d979c')