diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-15 13:52:44 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-15 13:52:44 +0200 |
commit | b8d35c952384e37cf9923031cf16b937d482cd98 (patch) | |
tree | c202a0802dc270891aaf1481e893b752689b7169 /spotifyd/APKBUILD | |
parent | 2d41d5aa14264e4cb5ddd3ea9aa065999a6233c8 (diff) | |
download | alpine-personal-pkgs-b8d35c952384e37cf9923031cf16b937d482cd98.tar.gz alpine-personal-pkgs-b8d35c952384e37cf9923031cf16b937d482cd98.tar.bz2 alpine-personal-pkgs-b8d35c952384e37cf9923031cf16b937d482cd98.zip |
spotifyd: fix spawn and better cache directory
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 21c1bd5..1e23dcd 100644 --- a/spotifyd/APKBUILD +++ b/spotifyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Karel Kočí <cynerd@email.cz> pkgname=spotifyd pkgver=0.2.24 -pkgrel=2 +pkgrel=3 pkgdesc="A spotify daemon" url="https://github.com/Spotifyd/spotifyd" arch="all !aarch64 !armv7" |