diff options
author | Michael Taboada | 2020-11-12 12:15:10 -0800 |
---|---|---|
committer | Michael Taboada | 2020-11-12 12:15:10 -0800 |
commit | 856466975534cdc606f7abb3cc638b2001172a7f (patch) | |
tree | 4937c91e8a75333825965bd78d1d650f1fd00d38 /PKGBUILD | |
parent | 89a5867363adf98464b2b89e137e1b6632043502 (diff) | |
download | aur-856466975534cdc606f7abb3cc638b2001172a7f.tar.gz |
Add raspotify to audio group.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _pkgname=raspotify pkgname=raspotify-git pkgver=0.14.0.r0.822c0d8 -pkgrel=1 +pkgrel=2 pkgdesc="A spotify connect client that just works" arch=('any') url="https://github.com/dtcooper/raspotify" @@ -15,8 +15,8 @@ source=("raspotify::git+https://github.com/dtcooper/raspotify.git" "raspotify.sysusers" "raspotify.tmpfiles") md5sums=('SKIP' - 'd84a7ef3935010c2e00d783dc307933f' - '719300eb8f7d4f933c56c06a6ebaa9c1') + 'bb71e0a799defd18c6b07694aa7b3658' + '719300eb8f7d4f933c56c06a6ebaa9c1') pkgver() { cd "$_pkgname" |