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

Frederik Schwan freswa at archlinux.org
Wed Mar 3 21:29:41 UTC 2021


    Date: Wednesday, March 3, 2021 @ 21:29:41
  Author: freswa
Revision: 879490

upgpkg: spotifyd 0.3.1-1

Modified:
  spotifyd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 21:12:53 UTC (rev 879489)
+++ PKGBUILD	2021-03-03 21:29:41 UTC (rev 879490)
@@ -5,7 +5,7 @@
 
 pkgbase=spotifyd
 pkgname=('spotifyd')
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='Lightweigt spotify streaming daemon with spotify connect support'
 arch=('x86_64')
@@ -12,10 +12,9 @@
 url='https://github.com/Spotifyd/spotifyd'
 license=('GPL3')
 depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
-# change to rust when https://github.com/librespot-org/librespot-tremor/pull/1 got merged
-makedepends=('rustup')
+makedepends=('rust')
 source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('79bc74d6dc2e9acca439a9b5e5e1c6f6be143ea6fd376386f1649626f51473d56c0147057eba5dcdb5b97496733bafcdb9956f8a2bc824c61c13b61740359398')
+b2sums=('71ce1ac319184b2f873be051defd3b1b40134067ff16e6b6921409488317af9b5f8619b259b52d35a881eb85fcffea6b32d30bf3dcbe12cd572957980308e6ff')
 
 build() {
   cd spotifyd-${pkgver}
@@ -22,7 +21,7 @@
   cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
 }
 
- check() {
+check() {
   cd spotifyd-${pkgver}
   cargo test --release --locked --target-dir=target
  }



More information about the arch-commits mailing list