summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a1a0e941892..7cb368a8b0b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-snap
pkgdesc = A proprietary music streaming service.
pkgver = 1.1.80.699
- pkgrel = 2
+ pkgrel = 3
url = https://www.spotify.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a7f53dd812ca..18090004a339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=spotify-snap
pkgver=1.1.80.699
_commit=gc3dac750
-pkgrel=2
+pkgrel=3
pkgdesc='A proprietary music streaming service.'
arch=('x86_64')
license=('custom')
@@ -33,7 +33,7 @@ package() {
sed -i 's/^Exec=.*/Exec=spotify --uri=%U/' "${pkgdir}"/usr/share/spotify/spotify.desktop
# Use the correct icon path
- sed 's/^Icon=.*/Icon=\/usr\/share\/pixmaps\/spotify-client.png/' /opt/spotify/spotify.desktop
+ sed -i 's/^Icon=.*/Icon=\/usr\/share\/pixmaps\/spotify-client.png/' /opt/spotify/spotify.desktop
install -Dm644 "${pkgdir}"/usr/share/spotify/spotify.desktop "${pkgdir}"/usr/share/applications/spotify.desktop
install -Dm644 "${pkgdir}"/usr/share/spotify/icons/spotify-linux-512.png "${pkgdir}"/usr/share/pixmaps/spotify-client.png