summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-10-09 13:34:40 +0000
committerimlonghao2023-10-09 13:34:40 +0000
commitb6d32ac82536f1dc389808acd96612da06c6e01c (patch)
tree3616b569a5f90a9406ffd2191bab272dc15e69d1
parente8c89a73eafb08a9a718f011c3fabb18b032f781 (diff)
downloadaur-b6d32ac82536f1dc389808acd96612da06c6e01c.tar.gz
update depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3365350bc682..ef2ae04e1794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archivebox
pkgdesc = The open source self-hosted web archive
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
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-crontab
+ depends = python-crontab
depends = python-atomicwrites
depends = python-dateparser
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 5114f206ef27..c3cf58d2f02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archivebox
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
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-crontab' 'python-atomicwrites' 'python-dateparser'
+ 'python-crontab' 'python-atomicwrites' 'python-dateparser'
'python-requests' 'python-base32_crockford' 'python-w3lib'
'chromium' 'python-django-extensions' 'git'
'youtube-dl' 'curl' 'single-file-git'