summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswearchnick2021-04-19 06:49:14 +0200
committerswearchnick2021-04-19 06:49:14 +0200
commit3e0d22121c146bb46645a212dd1c71b9e957dfc2 (patch)
tree64e9aa0d002974c478c8b4e43d20239333d3a41b
parent8285a5cfdb5cec9f2522a00eabfc50dc00ddc852 (diff)
downloadaur-3e0d22121c146bb46645a212dd1c71b9e957dfc2.tar.gz
Update to 3.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fdb090055a8..84765a690b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = svtplay-dl
pkgdesc = Media downloader for play sites (e.g. SVT Play)
- pkgver = 3.5
- pkgrel = 2
+ pkgver = 3.6
+ pkgrel = 1
url = https://github.com/spaam/svtplay-dl
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = svtplay-dl
depends = ffmpeg
depends = python-yaml
optdepends = python-pysocks: proxy support
- source = svtplay-dl-3.5.tar.gz::https://github.com/spaam/svtplay-dl/archive/3.5.tar.gz
- sha256sums = 46e38155ced76b5d07bd7736551a9325f9cdcfc68e138c37fef2fb7b64720544
+ source = svtplay-dl-3.6.tar.gz::https://github.com/spaam/svtplay-dl/archive/3.6.tar.gz
+ sha256sums = 698dd1d5681adaf07c6a3efe924ba28ecb6b3733f278798fb501732acc555d6a
pkgname = svtplay-dl
diff --git a/PKGBUILD b/PKGBUILD
index 56e0bc50e5fe..4333c2185c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
-pkgver=3.5
-pkgrel=2
+pkgver=3.6
+pkgrel=1
pkgdesc="Media downloader for play sites (e.g. SVT Play)"
url="https://github.com/spaam/svtplay-dl"
license=('MIT')
@@ -10,7 +10,7 @@ depends=('python-cryptography' 'python-requests' 'ffmpeg' 'python-yaml')
optdepends=('python-pysocks: proxy support')
makedepends=('python-setuptools' 'perl')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz")
-sha256sums=('46e38155ced76b5d07bd7736551a9325f9cdcfc68e138c37fef2fb7b64720544')
+sha256sums=('698dd1d5681adaf07c6a3efe924ba28ecb6b3733f278798fb501732acc555d6a')
package() {