summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22f142ad3f6b..6f14d3a10a8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui
pkgdesc = Spotify client for the terminal written in Rust
pkgver = 0.25.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9e3229bd292a..e4abdf5ce028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spotify-tui
pkgver=0.25.0
-pkgrel=3
+pkgrel=4
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
url="https://github.com/Rigellute/spotify-tui"
@@ -33,6 +33,7 @@ prepare() {
for patch in 'Cargo.toml.patch' 'Cargo.lock.patch'; do
patch -p0 -i "$srcdir/$patch"
done
+ export RUSTUP_TOOLCHAIN=stable
cargo update
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}