summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswearchnick2019-09-07 08:31:06 +0200
committerswearchnick2019-09-07 08:31:06 +0200
commit4b0cc152b697425273f99c225991a554d7732107 (patch)
treeaeb40c28bc0190ba831bb5205f5e10bc9b02ae70
parentfee9419d4a9f80446704b1d45c97823ef23b153f (diff)
downloadaur-4b0cc152b697425273f99c225991a554d7732107.tar.gz
Update to 2.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a22ebd0cb9bb..61a29e1079d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = svtplay-dl
pkgdesc = Media downloader for play sites (e.g. SVT Play)
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.3
+ pkgrel = 1
url = https://github.com/spaam/svtplay-dl
arch = any
license = MIT
@@ -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.2.tar.gz
- sha256sums = 15559f8dc6aa4774dd09d1ab07c5ad06274e7ae176b9219d28ff6b4f28165d43
+ source = https://github.com/spaam/svtplay-dl/archive/2.3.tar.gz
+ sha256sums = c672b4bdfcb927ad7d7a91beb7d045cebbe47ffe4e841ca0c720c42612a9a9e3
pkgname = svtplay-dl
diff --git a/PKGBUILD b/PKGBUILD
index f5199aced6fb..6fb6ece8f7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname=svtplay-dl
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+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')
source=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)
-sha256sums=('15559f8dc6aa4774dd09d1ab07c5ad06274e7ae176b9219d28ff6b4f28165d43')
+sha256sums=('c672b4bdfcb927ad7d7a91beb7d045cebbe47ffe4e841ca0c720c42612a9a9e3')
package() {