summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Whetter2016-01-01 12:29:51 +0000
committerAshley Whetter2016-01-01 12:30:43 +0000
commit7b8626c326295e50d1c1570e73b8269ea8de053a (patch)
tree62a06c6e8d320115212db39e54e214477262ab01
parentc20e380e0ab2c881c40c5c58fdd2a163bf1b6703 (diff)
downloadaur-7b8626c326295e50d1c1570e73b8269ea8de053a.tar.gz
Bumped up pkgrel to 2
Also removed world writeable bit from files
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70889083f84c..ad98ff622614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,11 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 12:30:35 UTC 2016
pkgbase = spotify
pkgdesc = A proprietary music streaming service
pkgver = 1.0.19.106
- pkgrel = 1
+ pkgrel = 2
url = http://www.spotify.com
+ install = spotify.install
arch = x86_64
arch = i686
license = custom:"Copyright (c) 2006-2010 Spotify Ltd"
@@ -16,10 +19,11 @@ pkgbase = spotify
depends = libx11
depends = libxss
depends = libcurl-compat
- optdepends = desktop-file-utils: Adds URI support to compatible desktop environments
+ depends = desktop-file-utils
optdepends = ffmpeg-compat: Adds support for playback of local files
optdepends = zenity: Adds support for importing local files
options = !strip
+ options = !upx
source = spotify
source = spotify.protocol
md5sums = 3f843269e92d536cefdd2f68df11f248
diff --git a/PKGBUILD b/PKGBUILD
index 101d2f71c4e6..a4a5a03ff6d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=spotify
pkgver=1.0.19.106
_anotherpkgver=.gb8a7150f
-pkgrel=1
+pkgrel=2
pkgdesc="A proprietary music streaming service"
arch=('x86_64' 'i686')
license=('custom:"Copyright (c) 2006-2010 Spotify Ltd"')
@@ -38,6 +38,8 @@ package() {
install "${pkgdir}"/usr/share/spotify/spotify.desktop "${pkgdir}"/usr/share/applications/spotify.desktop
install "${pkgdir}"/usr/share/spotify/icons/spotify-linux-512.png "${pkgdir}"/usr/share/pixmaps/spotify-client.png
+ chmod -R o-w "${pkgdir}"/usr/share/spotify
+
# Bin Script
rm "${pkgdir}"/usr/bin/spotify
install -Dm755 "${srcdir}/spotify" "${pkgdir}/usr/bin/spotify"