[arch-commits] Commit in spotifyd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Thu Mar 4 16:42:38 UTC 2021


    Date: Thursday, March 4, 2021 @ 16:42:38
  Author: freswa
Revision: 880422

archrelease: copy trunk to community-x86_64

Added:
  spotifyd/repos/community-x86_64/PKGBUILD
    (from rev 880421, spotifyd/trunk/PKGBUILD)
Deleted:
  spotifyd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 16:42:35 UTC (rev 880421)
+++ PKGBUILD	2021-03-04 16:42:38 UTC (rev 880422)
@@ -1,34 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Bert Peters <bert at bertptrs.nl>
-# Contributor: Varakh <varakh at varakh.de>
-# Contributor: Florian Klink <flokli at flokli.de>
-
-pkgbase=spotifyd
-pkgname=('spotifyd')
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Lightweigt 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=('rust')
-source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('71ce1ac319184b2f873be051defd3b1b40134067ff16e6b6921409488317af9b5f8619b259b52d35a881eb85fcffea6b32d30bf3dcbe12cd572957980308e6ff')
-
-build() {
-  cd spotifyd-${pkgver}
-  cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
-}
-
-check() {
-  cd spotifyd-${pkgver}
-  cargo test --release --locked --target-dir=target
- }
-
-package() {
-  cd spotifyd-${pkgver}
-  cargo install --locked --root "${pkgdir}"/usr --path "${srcdir}"/${pkgbase}-${pkgver} --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
-  rm "${pkgdir}"/usr/{.crates.toml,.crates2.json}
-  install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ "${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service
-}

Copied: spotifyd/repos/community-x86_64/PKGBUILD (from rev 880421, spotifyd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-04 16:42:38 UTC (rev 880422)
@@ -0,0 +1,34 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Bert Peters <bert at bertptrs.nl>
+# Contributor: Varakh <varakh at varakh.de>
+# Contributor: Florian Klink <flokli at flokli.de>
+
+pkgbase=spotifyd
+pkgname=('spotifyd')
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Lightweigt 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=('rust')
+source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('368c33e06dd681a2d6260df99929e889854226d17ebe6e681110961560bc1af1abd13642d39528dfbc01781cadbefd157aa698abf63fd71a599de8c57b777412')
+
+build() {
+  cd spotifyd-${pkgver}
+  cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
+}
+
+check() {
+  cd spotifyd-${pkgver}
+  cargo test --release --locked --target-dir=target
+ }
+
+package() {
+  cd spotifyd-${pkgver}
+  cargo install --locked --root "${pkgdir}"/usr --path "${srcdir}"/${pkgbase}-${pkgver} --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
+  rm "${pkgdir}"/usr/{.crates.toml,.crates2.json}
+  install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ "${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service
+}



More information about the arch-commits mailing list