summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswearchnick2019-09-08 10:42:17 +0200
committerswearchnick2019-09-08 10:42:17 +0200
commit1ecbe92561101d00f45fca994df32706c00b8ba2 (patch)
tree368a6ee0a7c24a0efa1191d48eb7a1bfea6cb3c3 /PKGBUILD
parent717754200edb647fd934005b2b14149f60a655b3 (diff)
downloadaur-1ecbe92561101d00f45fca994df32706c00b8ba2.tar.gz
Added python-dateutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc2f2171c462..34a6bb092b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Media downloader for play sites (e.g. SVT Play)"
url="https://github.com/spaam/svtplay-dl"
license=('MIT')
arch=('any')
-depends=('python-cryptography' 'python-requests' 'ffmpeg' 'python-yaml')
+depends=('python-cryptography' 'python-requests' 'ffmpeg' 'python-yaml' 'python-dateutil')
optdepends=('python-pysocks: proxy support')
makedepends=('python-setuptools')
source=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)