summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6eccc029a14..9068286e7887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,6 @@ pkgbase = spotify-tui-bin
source = spotify-tui-linux-0.25.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.25.0/spotify-tui-linux.tar.gz
source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.25.0/LICENSE
sha256sums = 3fa282ac4fb4c4555ef05baeec99ca4fe0dbcfe42f5a7c3bea12f6893b88d1e0
- sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
+ sha256sums = fff3d1c3cc96e7dd3e2b80727fbe572b2cedf2e8c8dfec95f2fe200b09224dad
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4fd89fcbe93f..822a54a9314f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='spotify-tui-bin'
pkgver=0.25.0
-pkgrel=1
+pkgrel=2
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
url='https://github.com/Rigellute/spotify-tui'
@@ -15,7 +15,7 @@ conflicts=('spotify-tui')
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=('3fa282ac4fb4c4555ef05baeec99ca4fe0dbcfe42f5a7c3bea12f6893b88d1e0'
- '76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
+ 'fff3d1c3cc96e7dd3e2b80727fbe572b2cedf2e8c8dfec95f2fe200b09224dad')
function package {
install -Dt "$pkgdir/usr/bin/" "$srcdir/spt"