Date: Thursday, December 15, 2022 @ 17:43:46
  Author: freswa
Revision: 1359373

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 17:43:42 UTC (rev 1359372)
+++ PKGBUILD    2022-12-15 17:43:46 UTC (rev 1359373)
@@ -1,42 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Bert Peters <[email protected]>
-# Contributor: Varakh <[email protected]>
-# Contributor: Florian Klink <[email protected]>
-
-pkgname=spotifyd
-pkgver=0.3.3
-pkgrel=2
-pkgdesc='Lightweight 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')
-options=(!lto)
-source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-b2sums=('9061e5a0d65dcf36822331001f626a45cfc50e41b77b4d1d0a9a5a7245de9088f837489cf485a83edf25863f31aa90b42b1e0dd22bd44f74410f092701a6d1cc')
-
-prepare() {
-  cd spotifyd-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd spotifyd-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --release --locked --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
-}
-
-check() {
-  cd spotifyd-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  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 1359372, 
spotifyd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-15 17:43:46 UTC (rev 1359373)
@@ -0,0 +1,42 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Bert Peters <[email protected]>
+# Contributor: Varakh <[email protected]>
+# Contributor: Florian Klink <[email protected]>
+
+pkgname=spotifyd
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Lightweight 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')
+options=(!lto)
+source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('d6fad287e30fe60197f2c5f1eaf2715601cfbdae3de6675ce9c1fcccab91c31a43b7a3e4513d737f7f635d2489d3bfa83f4933dae5b442f71e4e614e044c44f4')
+
+prepare() {
+  cd spotifyd-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd spotifyd-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
+}
+
+check() {
+  cd spotifyd-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  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
+}

Reply via email to