summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracidicX2024-04-09 19:03:50 +0200
committeracidicX2024-04-09 19:03:50 +0200
commita49a90576242ddb3d9a956e6a03e3005a586c4d9 (patch)
tree7ce6f6a84a6344f824f58babc40bf5232e55a437 /PKGBUILD
parent506e224a1229aa3c0a34ea9dc97d355a0b67c0e6 (diff)
downloadaur-raspotify-git.tar.gz
chore: change depends to librespot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4584c1c4d2c4..6866514b8910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=raspotify
pkgname=raspotify-git
-pkgver=0.43.34.r0.d989394
+pkgver=0.43.56.r0.98e2ee5
pkgrel=1
pkgdesc="A spotify connect client that just works"
arch=('any')
url="https://github.com/dtcooper/raspotify"
license=('MIT')
-depends=('librespot-git')
+depends=('librespot')
makedepends=('git')
-backup=('etc/default/raspotify')
+backup=('etc/raspotify/conf')
source=("raspotify::git+https://github.com/dtcooper/raspotify.git"
"raspotify.sysusers"
"raspotify.tmpfiles")
@@ -26,5 +26,5 @@ package() {
install -Dm644 "raspotify/lib/systemd/system/raspotify.service" "${pkgdir}/usr/lib/systemd/system/raspotify.service"
install -Dm644 "../raspotify.sysusers" "${pkgdir}/usr/lib/sysusers.d/raspotify.conf"
install -Dm644 "../raspotify.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/raspotify.conf"
- install -Dm644 "raspotify/etc/raspotify/conf" "${pkgdir}/etc/default/raspotify"
+ install -Dm644 "raspotify/etc/raspotify/conf" "${pkgdir}/etc/raspotify/conf"
} \ No newline at end of file