summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665e5627a4d9..ca7754d2a5ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
pkgver = 0.20.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = spotify-tui-bin
depends = libxcb
provides = spotify-tui
conflicts = spotify-tui
- source = https://github.com/Rigellute/spotify-tui/releases/download/v0.20.0/spotify-tui-linux.tar.gz
+ source = spotify-tui-linux-0.20.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.20.0/spotify-tui-linux.tar.gz
source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.20.0/LICENSE
sha256sums = aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
diff --git a/PKGBUILD b/PKGBUILD
index ca60d530c929..749233a45633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='spotify-tui-bin'
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
url='https://github.com/Rigellute/spotify-tui'
@@ -12,7 +12,7 @@ depends=(openssl libxcb)
provides=('spotify-tui')
conflicts=('spotify-tui')
-source=("$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
+source=("spotify-tui-linux-$pkgver.tar.gz::$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
sha256sums=('aa9b3b589c3fabfb6521732a67fcfb04797ab1c0fd715543605cbd972e255cfb'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')