summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswearchnick2019-01-17 19:38:18 +0100
committerswearchnick2019-01-17 19:38:18 +0100
commita90b1c8507b56197ee933fd8c4349aa6a011bed3 (patch)
treedac1af177a8a2e73cf25afefeb70ed72c829b843 /PKGBUILD
parentd8eb35d875daa0f9735219584195bc4489f77217 (diff)
downloadaur-a90b1c8507b56197ee933fd8c4349aa6a011bed3.tar.gz
Update tarball checksum and python-crypto dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877064fac771..97626586e14c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
pkgver=2.1
-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' 'ffmpeg' 'python-yaml')
+depends=('rtmpdump' 'python-pycryptodome' '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=('de90e41524f6ac47aba7502340cc15e1345ecefaaf99a5120af315d836a5c684')
+sha256sums=('99abdcbaadd6c4bdaf09b2a86ff8c50cbfcb6fdd522210b9c758474d14aab587')
package() {