summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-08-13 05:19:55 +0000
committerimlonghao2020-08-13 05:19:55 +0000
commitbb930fe386f1bb7aeb28fba9075ba65acddf7f05 (patch)
tree02b66c8b47e447a7de3f526633334d364cd49191
parent6ff8e7b3616ef787e31596b15e08851b30744f17 (diff)
downloadaur-bb930fe386f1bb7aeb28fba9075ba65acddf7f05.tar.gz
Change depends single-file-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a1c137d1f3..cf0c9691c590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archivebox
pkgdesc = The open source self-hosted web archive
pkgver = 0.4.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pirate/ArchiveBox
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = archivebox
depends = git
depends = youtube-dl
depends = curl
- depends = single-file
+ depends = single-file-git
provides = archivebox
conflicts = archivebox
source = https://files.pythonhosted.org/packages/source/a/archivebox/archivebox-0.4.13.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7d480910b66c..d6ff3cc83461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archivebox
pkgver=0.4.13
-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' 'curl' 'single-file')
+ 'youtube-dl' 'curl' 'single-file-git')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('69ec4e65a64db145bfcdd30a0362ce43a328f71b1f8b572402ca247396f6168b')