summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrizio Pietrucci2020-12-10 12:47:16 +0100
committerFabrizio Pietrucci2020-12-10 12:47:16 +0100
commitd2b7325c8d41c3339266609639e39e4edd20005d (patch)
tree843533c1878fea43245ead94e47f7da03282f99d
parentb9094b83b30f52951cc2f33308047a555f59902c (diff)
downloadaur-d2b7325c8d41c3339266609639e39e4edd20005d.tar.gz
spotitube version 31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da9e3a561a02..c0a85bcdd696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotitube-bin
pkgdesc = Synchronize your Spotify collections downloading from external providers
- pkgver = 30
- pkgrel = 1
+ pkgver = 31
+ pkgrel = 0
url = https://github.com/streambinder/spotitube
arch = x86_64
license = GPL3
@@ -9,9 +9,9 @@ pkgbase = spotitube-bin
depends = ffmpeg
depends = xdg-utils
provides = spotitube
- source = https://github.com/streambinder/spotitube/releases/download/v30/spotitube-v30.bin
+ source = https://github.com/streambinder/spotitube/releases/download/v31/spotitube-v31.bin
source = https://raw.githubusercontent.com/streambinder/spotitube/master/LICENSE
- sha256sums = 8eb24169e0c2e83661a720e97363dd5322385c4f064e50d987aee30169323d1f
+ sha256sums = be396e472e548de913f8e1de13d05b1d65e772657ddeb9fb752c628872ea3f2c
sha256sums = SKIP
pkgname = spotitube-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0cff2f3e75ef..18b85b72f21c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=spotitube
pkgname="${_pkgname}-bin"
provides=(spotitube)
-pkgver=30
-pkgrel=1
+pkgver=31
+pkgrel=0
pkgdesc="Synchronize your Spotify collections downloading from external providers"
arch=('x86_64')
url="https://github.com/streambinder/spotitube"
@@ -14,7 +14,7 @@ depends=('youtube-dl' 'ffmpeg' 'xdg-utils')
source=("https://github.com/streambinder/spotitube/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.bin"
"https://raw.githubusercontent.com/streambinder/spotitube/master/LICENSE")
-sha256sums=("8eb24169e0c2e83661a720e97363dd5322385c4f064e50d987aee30169323d1f"
+sha256sums=("be396e472e548de913f8e1de13d05b1d65e772657ddeb9fb752c628872ea3f2c"
"SKIP")
package() {