[arch-commits] Commit in spotifyd/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Wed Jan 13 14:42:07 UTC 2021


    Date: Wednesday, January 13, 2021 @ 14:42:07
  Author: freswa
Revision: 820469

fix FS#69308

Modified:
  spotifyd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 14:42:03 UTC (rev 820468)
+++ PKGBUILD	2021-01-13 14:42:07 UTC (rev 820469)
@@ -6,16 +6,21 @@
 pkgbase=spotifyd
 pkgname=('spotifyd')
 pkgver=0.2.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Leightweigt spotify streaming daemon with spotify connect support'
 arch=('x86_64')
 url='https://github.com/Spotifyd/spotifyd'
 license=('GPL3')
 depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
-makedepends=('cargo')
+makedepends=('rustup')
 source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 b2sums=('dd70d3c9f508afd5cfadfc887b3f8895e50830d903b1266ae9d9a9a99bae4afe0c6d83c1bb7fe8307f200f5194ee1f802a1371e4edcec488e2e58042bb94488a')
 
+prepare() {
+  cd spotifyd-${pkgver}
+  # fix FS#69308
+  echo "1.47.0" > rust-toolchain
+}
 
 build() {
   cd spotifyd-${pkgver}



More information about the arch-commits mailing list