diff options
author | Thomas | 2023-04-29 02:57:53 +1000 |
---|---|---|
committer | Thomas | 2023-04-29 02:57:53 +1000 |
commit | abc50eb27c974af7bcaf0bdc20e4a830c6b783ea (patch) | |
tree | e0fbf0d1a59c24e28fa9ba5bddbd1221ca92cd71 /PKGBUILD | |
parent | a17ad1561b572f2935b3309192995d999dfbc954 (diff) | |
download | aur-abc50eb27c974af7bcaf0bdc20e4a830c6b783ea.tar.gz |
1.2.9.743.g85d9593d
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,7 +1,7 @@ # Maintainer: jfx <me at jfx dot ac> pkgname=spotify-snapstore -pkgver=1.1.99.878.g1e4ccc6e +pkgver=1.2.9.743.g85d9593d pkgrel=1 pkgdesc='A proprietary music streaming service' conflicts=('spotify') @@ -19,11 +19,11 @@ options=('!strip') # curl -H 'Snap-Device-Series: 16' https://api.snapcraft.io/v2/snaps/info/spotify source=('spotify.protocol' 'LICENSE' - "$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_62.snap" + "$pkgname-$pkgver.snap::https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_64.snap" ) sha512sums=('999abe46766a4101e27477f5c9f69394a4bb5c097e2e048ec2c6cb93dfa1743eb436bde3768af6ba1b90eaac78ea8589d82e621f9cbe7d9ab3f41acee6e8ca20' '2e16f7c7b09e9ecefaa11ab38eb7a792c62ae6f33d95ab1ff46d68995316324d8c5287b0d9ce142d1cf15158e61f594e930260abb8155467af8bc25779960615' - '9b8f63c067632f15f5abf6449d09d28fd56839decfc9801d4526cf5b97b9cb5933ede179bcd0b0f2d8b6d4c7e72f55c7fc13dfb0ae4293ef447ead1d018b9cc6' + '5e8f4a1901c26e9bb5986e048226d8a15f5bc4c2acf16b20a404f228ef142e4d21c6a88a4a54c8d9e654ba5b15cb1fea1cdc50c21fbe8e3c374e241a44adf12d' ) package() { @@ -36,9 +36,6 @@ package() { mkdir -p "$pkgdir/opt/spotify" mv "$squashed_path/usr/share/spotify" "$pkgdir/opt/" - mkdir -p "$pkgdir/usr/share/doc/spotify-client" - install -Dm644 "$squashed_path/usr/share/doc/spotify-client/changelog.gz" "$pkgdir/usr/share/doc/spotify-client/changelog.gz" - # Enable spotify to open URLs from the webapp sed -i 's/^Exec=.*/Exec=spotify --uri=%U/' "$pkgdir"/opt/spotify/spotify.desktop sed -i "s|Icon=/usr/share/spotify/icons/spotify-linux-128.png|Icon=/usr/share/pixmaps/spotify-client.png|" "$pkgdir"/opt/spotify/spotify.desktop |