summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsumt2018-12-22 14:29:22 +0200
committersumt2018-12-22 14:32:30 +0200
commit2864207a1272378a57012b02023eb2746be56627 (patch)
tree035432dccf439d7ace3e84390921f958ceca20a2
parent6d082e3e230bec101bbcfa20ea443819a097f89a (diff)
downloadaur-2864207a1272378a57012b02023eb2746be56627.tar.gz
Remove pysocks dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6caea55c821a..6e2de98f1314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yle-dl-git
pkgdesc = Download video and audio from YLE Areena.
- pkgver = 2.36.r1.gbd377c3
+ pkgver = 20181221.r0.g5e423a8
pkgrel = 1
url = http://aajanki.github.io/yle-dl/
arch = any
@@ -15,13 +15,12 @@ pkgbase = yle-dl-git
depends = python-lxml
depends = python-mini-amf
depends = python-pycryptodomex
- depends = python-pysocks
depends = python-requests
depends = wget
optdepends = php: for downloading live TV and certain news broadcasts
optdepends = rtmpdump: for downloading Areena audio streams
optdepends = youtube-dl: an alternative downloader backend to AdobeHDS.php
- provides = yle-dl=2.36.r1.gbd377c3
+ provides = yle-dl=20181221.r0.g5e423a8
conflicts = yle-dl
source = yle-dl-git::git+https://github.com/aajanki/yle-dl.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e55d2617d99b..14b5d7b4bcc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=yle-dl-git
-pkgver=2.36.r1.gbd377c3
+pkgver=20181221.r0.g5e423a8
pkgrel=1
pkgdesc="Download video and audio from YLE Areena."
arch=("any")
@@ -16,7 +16,6 @@ depends=('ffmpeg'
'python-lxml'
'python-mini-amf'
'python-pycryptodomex'
- 'python-pysocks'
'python-requests'
'wget'
)