summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswearchnick2018-08-06 20:31:07 +0200
committerswearchnick2018-08-06 20:31:07 +0200
commit0fc166bf441abb5c5fa1a7d5f0d448a9a4c5ddc5 (patch)
treeff7d740937f834b3354d979a058b8f89820d6040 /PKGBUILD
parentb26ee4de53478995ead07194776bee0e80fa592e (diff)
downloadaur-0fc166bf441abb5c5fa1a7d5f0d448a9a4c5ddc5.tar.gz
Update to 2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ca8459aab03..0995edabccb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
-pkgver=1.9.11
+pkgver=2.0
pkgrel=1
pkgdesc="Media downloader for play sites (e.g. SVT Play)"
url="https://github.com/spaam/svtplay-dl"
license=('MIT')
arch=('any')
-depends=('rtmpdump' 'python-crypto' 'python-requests' 'ffmpeg')
+depends=('rtmpdump' 'python-crypto' 'python-requests' 'ffmpeg' 'python-yaml')
+optdepends=('python-pysocks: proxy support')
makedepends=('python-setuptools')
source=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)
-sha256sums=('4fc1c1a7429c9086347d1dd60251372050fc93220a9dd597c43f7c9e7868e230')
+sha256sums=('4eec41a6d1799b592d5cd7e427719b38e77ce6e75889b95a43aaafd3591cd26e')
package() {