summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-08-01 11:25:30 +0000
committerimlonghao2020-08-01 11:25:30 +0000
commita4c3a8e4fbd7226594ba8515f3463015a132cd4a (patch)
treec229be5a8cc416dca393d2a6f0877db0fe0a9c28
parente34b96d442df26e79055feb03cfdccfb92d32601 (diff)
downloadaur-a4c3a8e4fbd7226594ba8515f3463015a132cd4a.tar.gz
use community python-django-extensions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24953137f731..da693e46c3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archivebox
pkgdesc = The open source self-hosted web archive
pkgver = 0.4.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pirate/ArchiveBox
arch = any
license = MIT
@@ -16,7 +16,7 @@ pkgbase = archivebox
depends = python-base32_crockford
depends = python-w3lib
depends = chromium
- depends = python-django_extensions
+ depends = python-django-extensions
depends = git
depends = youtube-dl
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index d247ac6a0138..380cfd44f7a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archivebox
pkgver=0.4.9
-pkgrel=2
+pkgrel=3
pkgdesc="The open source self-hosted web archive"
arch=("any")
url="https://github.com/pirate/ArchiveBox"
@@ -12,7 +12,7 @@ conflicts=('archivebox')
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'
+ 'chromium' 'python-django-extensions' 'git'
'youtube-dl' 'curl')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")