summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-07-23 14:28:13 +0000
committerimlonghao2023-07-23 14:28:13 +0000
commite8c89a73eafb08a9a718f011c3fabb18b032f781 (patch)
treec57219628366274f1ab7a330e5908b05236c51c2
parent44a676e32a97dc49dbc616013eb7a8089ab4a56f (diff)
downloadaur-e8c89a73eafb08a9a718f011c3fabb18b032f781.tar.gz
update depend python-crontab-crontab
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d44bce6ffe46..3365350bc682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archivebox
pkgdesc = The open source self-hosted web archive
pkgver = 0.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pirate/ArchiveBox
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = archivebox
depends = python-django
depends = python-mypy_extensions
depends = wget
- depends = python-crontab
+ depends = python-crontab-crontab
depends = python-atomicwrites
depends = python-dateparser
depends = python-requests
@@ -30,4 +30,3 @@ pkgbase = archivebox
sha256sums = cc7b72ee54eb6bac9a6fd774ab712ab0f1b717e96b9d92fa3e34006cbd40d8d6
pkgname = archivebox
-
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'