summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2023-07-23 14:28:13 +0000
committerimlonghao2023-07-23 14:28:13 +0000
commite8c89a73eafb08a9a718f011c3fabb18b032f781 (patch)
treec57219628366274f1ab7a330e5908b05236c51c2 /PKGBUILD
parent44a676e32a97dc49dbc616013eb7a8089ab4a56f (diff)
downloadaur-e8c89a73eafb08a9a718f011c3fabb18b032f781.tar.gz
update depend python-crontab-crontab
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705db00f6119..5114f206ef27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archivebox
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="The open source self-hosted web archive"
arch=("any")
url="https://github.com/pirate/ArchiveBox"
@@ -10,7 +10,7 @@ license=('MIT')
provides=('archivebox')
conflicts=('archivebox')
depends=('python-django' 'python-mypy_extensions' 'wget'
- 'python-crontab' 'python-atomicwrites' 'python-dateparser'
+ 'python-crontab-crontab' 'python-atomicwrites' 'python-dateparser'
'python-requests' 'python-base32_crockford' 'python-w3lib'
'chromium' 'python-django-extensions' 'git'
'youtube-dl' 'curl' 'single-file-git'