summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswearchnick2019-09-08 09:23:11 +0200
committerswearchnick2019-09-08 09:23:11 +0200
commit717754200edb647fd934005b2b14149f60a655b3 (patch)
treef43a9bd41f95140a51861dedeb168a586f4b90ad
parent4b0cc152b697425273f99c225991a554d7732107 (diff)
downloadaur-717754200edb647fd934005b2b14149f60a655b3.tar.gz
Update to 2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a29e1079d3..cafe17f1d333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svtplay-dl
pkgdesc = Media downloader for play sites (e.g. SVT Play)
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/spaam/svtplay-dl
arch = any
@@ -11,8 +11,8 @@ pkgbase = svtplay-dl
depends = ffmpeg
depends = python-yaml
optdepends = python-pysocks: proxy support
- source = https://github.com/spaam/svtplay-dl/archive/2.3.tar.gz
- sha256sums = c672b4bdfcb927ad7d7a91beb7d045cebbe47ffe4e841ca0c720c42612a9a9e3
+ source = https://github.com/spaam/svtplay-dl/archive/2.4.tar.gz
+ sha256sums = cd2d276bdc5e0cb0253e73d64ea01478da137d52074281c42dc89408ac28c24b
pkgname = svtplay-dl
diff --git a/PKGBUILD b/PKGBUILD
index 6fb6ece8f7f3..fc2f2171c462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="Media downloader for play sites (e.g. SVT Play)"
url="https://github.com/spaam/svtplay-dl"
@@ -10,7 +10,7 @@ depends=('python-cryptography' '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=('c672b4bdfcb927ad7d7a91beb7d045cebbe47ffe4e841ca0c720c42612a9a9e3')
+sha256sums=('cd2d276bdc5e0cb0253e73d64ea01478da137d52074281c42dc89408ac28c24b')
package() {