summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2021-08-25 14:03:43 +0200
committerSimon Hauser2021-08-25 14:03:43 +0200
commita9fe312335b51fdbf4a84b3b01ba5e94d724aa24 (patch)
tree7e5dd57bfa62bb6e2b85422bb676341d387aad60 /PKGBUILD
parent4464e3bd05265d498e32932d5cb9fc9ad88acaeb (diff)
downloadaur-a9fe312335b51fdbf4a84b3b01ba5e94d724aa24.tar.gz
fix sha256sums for LICENSE
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"