kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / spotify-launcher
Commits: 9a6efddf by kpcyrd at 2023-09-08T18:04:06+02:00 upgpkg: 0.5.1-2 - add libayatana-appindicator dependency - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,12 +2,25 @@ pkgname=spotify-launcher pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Client for spotify's apt repository in Rust for Arch Linux" url='https://github.com/kpcyrd/spotify-launcher' arch=('x86_64') license=('MIT' 'Apache') -depends=('sequoia-sqv' 'zenity' 'alsa-lib>=1.0.14' 'gtk3' 'libxss' 'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk' 'libcurl-gnutls' 'libsm') +depends=( + 'alsa-lib>=1.0.14' + 'at-spi2-atk' + 'desktop-file-utils' + 'gtk3' + 'libayatana-appindicator' + 'libcurl-gnutls' + 'libsm' + 'libxss' + 'nss' + 'openssl' + 'sequoia-sqv' + 'zenity' +) makedepends=('cargo') backup=('etc/spotify-launcher.conf') source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/9a6efddf26339567941fcc81ffbaf9cac37cead6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spotify-launcher/-/commit/9a6efddf26339567941fcc81ffbaf9cac37cead6 You're receiving this email because of your account on gitlab.archlinux.org.
