summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswearchnick2016-03-30 19:46:49 +0200
committerswearchnick2016-03-30 19:46:49 +0200
commit7b372e14e69d23918ab58b5c18987b0335a1c570 (patch)
treec790e6fb896829b16fcc5aa8c06d4314e7adb2c4 /PKGBUILD
parent2a9e8539cd08cfc19dea8b247dc56b2ceab0d61f (diff)
downloadaur-7b372e14e69d23918ab58b5c18987b0335a1c570.tar.gz
Update to 1.0-2 (added ffmpeg dep)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d6509d74bb1..83d65a13c76d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
pkgver=1.0
-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=('rtmpdump' 'python-crypto' 'python-requests')
+depends=('rtmpdump' 'python-crypto' 'python-requests' 'ffmpeg')
makedepends=('python-setuptools')
source=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)
md5sums=('d31c60a9e599ba50150a8add3f60476a')