diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-07 15:01:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-07 15:01:31 +0200 |
commit | 3a8020a3e5aaa7a55d5e791ddc3763a582465723 (patch) | |
tree | 14fb2eb8be4cfc93d3f5b8d5bc277065dc6e53d7 /spotifyd/APKBUILD | |
parent | 715fe23bc16b6972ad2c4bd74f3b3a70b0817052 (diff) | |
download | alpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.tar.gz alpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.tar.bz2 alpine-personal-pkgs-3a8020a3e5aaa7a55d5e791ddc3763a582465723.zip |
spotifyd: add correct user to audio group
Diffstat (limited to 'spotifyd/APKBUILD')
-rw-r--r-- | spotifyd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotifyd/APKBUILD b/spotifyd/APKBUILD index 1c4fc6e..21c1bd5 100644 --- a/spotifyd/APKBUILD +++ b/spotifyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Karel Kočí <cynerd@email.cz> pkgname=spotifyd pkgver=0.2.24 -pkgrel=1 +pkgrel=2 pkgdesc="A spotify daemon" url="https://github.com/Spotifyd/spotifyd" arch="all !aarch64 !armv7" |