diff options
author | ZaZam | 2020-07-04 13:40:39 +0300 |
---|---|---|
committer | ZaZam | 2020-07-04 13:40:39 +0300 |
commit | 381a676c0d1f252ae59bd03f43e30453d8110d78 (patch) | |
tree | 73d183077c00fa58eaf7da779b84a27e7c0008f8 /PKGBUILD | |
parent | 375ce01159cf662c63988fdb2ebe4f09b0057cb0 (diff) | |
download | aur-381a676c0d1f252ae59bd03f43e30453d8110d78.tar.gz |
version 20200628
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -3,7 +3,7 @@ # Contributor sumt <sumt at sci dot fi> pkgname=yle-dl -pkgver=20200618 +pkgver=20200628 pkgrel=1 pkgdesc="Download video and audio from YLE Areena." arch=('any') @@ -15,16 +15,13 @@ depends=('ffmpeg' 'python-future' 'python-lxml' 'python-mini-amf' - 'python-pycryptodomex' 'python-requests' ) -optdepends=('php: for downloading live TV and certain news broadcasts' - 'rtmpdump: for downloading some Elävä Arkisto streams' - 'youtube-dl: an alternative downloader backend to AdobeHDS.php' +optdepends=('youtube-dl: an alternative downloader backend to AdobeHDS.php' 'wget: for some rare streams') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/y/yle-dl/yle-dl-${pkgver}.tar.gz") -sha256sums=('1df90a2ebe3e75e25d70f2862e8cb455fda3c48af17a4d374f432641e1d5ef4f') +sha256sums=('034db2735b2b603b4a9050919bdf7217adf68491506d6f555a54995be365e93b') build() { |