summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswearchnick2021-02-08 06:46:26 +0100
committerswearchnick2021-02-08 06:46:26 +0100
commite54540613e1d3ea4e6ea3a45605ca284663c5cd1 (patch)
tree47b61b130d5060db011601ceffef35a2c256687f
parent3d501b489b3cc87f39fbfd23632bfcb049aa4d7a (diff)
downloadaur-e54540613e1d3ea4e6ea3a45605ca284663c5cd1.tar.gz
Update to 2.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f061a61fbe82..b327feb1d9c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = svtplay-dl
pkgdesc = Media downloader for play sites (e.g. SVT Play)
- pkgver = 2.8
- pkgrel = 3
+ pkgver = 2.9
+ 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 = https://github.com/spaam/svtplay-dl/archive/2.8.tar.gz
- sha256sums = db81ca7b9be15a13567e82f5528a41d6ca1ad276ba75a387ed283a4ba89043d6
+ source = https://github.com/spaam/svtplay-dl/archive/2.9.tar.gz
+ sha256sums = 0ae2310e9d15694101c3eeff36736d0e4f53d068382bd8fcfe65d9af1931d960
pkgname = svtplay-dl
diff --git a/PKGBUILD b/PKGBUILD
index e4c2827dd354..0820554e6347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
-pkgver=2.8
-pkgrel=3
+pkgver=2.9
+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=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)
-sha256sums=('db81ca7b9be15a13567e82f5528a41d6ca1ad276ba75a387ed283a4ba89043d6')
+sha256sums=('0ae2310e9d15694101c3eeff36736d0e4f53d068382bd8fcfe65d9af1931d960')
package() {