Date: Monday, August 15, 2022 @ 11:26:39 Author: kpcyrd Revision: 1266110
upgpkg: spotify-launcher 0.3.0-1 Added: spotify-launcher/trunk/keys/ spotify-launcher/trunk/keys/pgp/ spotify-launcher/trunk/keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc Modified: spotify-launcher/trunk/PKGBUILD -------------------------------------------------------+ PKGBUILD | 6 ++++-- keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-15 11:23:33 UTC (rev 1266109) +++ PKGBUILD 2022-08-15 11:26:39 UTC (rev 1266110) @@ -1,7 +1,7 @@ # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> pkgname=spotify-launcher -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=1 pkgdesc="Client for spotify's apt repository in Rust for Arch Linux" url='https://github.com/kpcyrd/spotify-launcher' @@ -9,9 +9,10 @@ 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') makedepends=('cargo') +backup=('etc/spotify-launcher.conf') source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc) -b2sums=('ebb41b6b45f2b79afab14e56ef3f5d140eb4659e2fe87c0cb43dca75fea8d26f4455432f9af95e5b5d14c34bae806612e20ed7b5f67a76b1ade3c0ee61ff1c8d' +b2sums=('a4726367c8fd20889336250ada447552cd06ee1cf799406456c2aaa3756c8b2105c2cbbd0289ba6e42eae04d3be454815fdd15b87fbf1629692068c20550c787' 'SKIP') options=('!lto') @@ -41,6 +42,7 @@ install -Dm644 contrib/spotify-launcher.desktop -t "${pkgdir}/usr/share/applications" install -Dm644 contrib/icons/spotify-linux-512.png "${pkgdir}/usr/share/pixmaps/spotify-launcher.png" + install -Dm644 contrib/spotify-launcher.conf -t "${pkgdir}/etc" for size in 22 24 32 48 64 128 256 512; do install -Dm644 "contrib/icons/spotify-linux-${size}.png" \ Added: keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc =================================================================== (Binary files differ) Index: spotify-launcher/trunk/keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc =================================================================== --- keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc 2022-08-15 11:23:33 UTC (rev 1266109) +++ keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc 2022-08-15 11:26:39 UTC (rev 1266110) Property changes on: spotify-launcher/trunk/keys/pgp/64B13F7117D6E07D661BBCE0FE763A64F5E54FD6.asc ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/pgp-keys \ No newline at end of property
