[arch-commits] Commit in spotifyd/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Thu Jan 14 16:02:59 UTC 2021
Date: Thursday, January 14, 2021 @ 16:02:58
Author: freswa
Revision: 820834
upgpkg: spotifyd 0.3.0-1
Modified:
spotifyd/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-14 15:36:53 UTC (rev 820833)
+++ PKGBUILD 2021-01-14 16:02:58 UTC (rev 820834)
@@ -5,23 +5,18 @@
pkgbase=spotifyd
pkgname=('spotifyd')
-pkgver=0.2.25
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
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')
+# change to rust when https://github.com/librespot-org/librespot-tremor/pull/1 got merged
makedepends=('rustup')
source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('dd70d3c9f508afd5cfadfc887b3f8895e50830d903b1266ae9d9a9a99bae4afe0c6d83c1bb7fe8307f200f5194ee1f802a1371e4edcec488e2e58042bb94488a')
+b2sums=('79bc74d6dc2e9acca439a9b5e5e1c6f6be143ea6fd376386f1649626f51473d56c0147057eba5dcdb5b97496733bafcdb9956f8a2bc824c61c13b61740359398')
-prepare() {
- cd spotifyd-${pkgver}
- # fix FS#69308
- echo "1.47.0" > rust-toolchain
-}
-
build() {
cd spotifyd-${pkgver}
cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
More information about the arch-commits
mailing list