summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2023-01-06 11:22:59 +0100
committerNicoHood2023-01-06 11:22:59 +0100
commit7c783aeddaa0158349fa96bcde9fb1f5cf018077 (patch)
tree9f8a15b806e9545aa631dc0e755b621d8aa43ab2
parent7172bcb47b756bc77462479ff16a9f2ce40a1879 (diff)
downloadaur-7c783aeddaa0158349fa96bcde9fb1f5cf018077.tar.gz
Fix package permissions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b7c8ce15f9..98ac08cc75b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify
pkgdesc = A proprietary music streaming service
pkgver = 1.1.84.716
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://www.spotify.com
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = spotify
source = spotify.protocol
source = LICENSE
source = spotify-1.1.84.716-gc5f8b819-2-x86_64.deb::http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.84.716.gc5f8b819-2_amd64.deb
- source = spotify-1.1.84.716-3-Release::http://repository.spotify.com/dists/testing/Release
- source = spotify-1.1.84.716-3-Release.sig::http://repository.spotify.com/dists/testing/Release.gpg
- source = spotify-1.1.84.716-3-x86_64-Packages::http://repository.spotify.com/dists/testing/non-free/binary-amd64/Packages
+ source = spotify-1.1.84.716-4-Release::http://repository.spotify.com/dists/testing/Release
+ source = spotify-1.1.84.716-4-Release.sig::http://repository.spotify.com/dists/testing/Release.gpg
+ source = spotify-1.1.84.716-4-x86_64-Packages::http://repository.spotify.com/dists/testing/non-free/binary-amd64/Packages
validpgpkeys = F9A211976ED662F00E59361E5E3C45D7B312C643
sha512sums = 999abe46766a4101e27477f5c9f69394a4bb5c097e2e048ec2c6cb93dfa1743eb436bde3768af6ba1b90eaac78ea8589d82e621f9cbe7d9ab3f41acee6e8ca20
sha512sums = 2e16f7c7b09e9ecefaa11ab38eb7a792c62ae6f33d95ab1ff46d68995316324d8c5287b0d9ce142d1cf15158e61f594e930260abb8155467af8bc25779960615
diff --git a/PKGBUILD b/PKGBUILD
index f4190d1ef3da..a4a66b9c760b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=spotify
pkgver=1.1.84.716
epoch=1
_commit=gc5f8b819-2
-pkgrel=3
+pkgrel=4
pkgdesc='A proprietary music streaming service'
arch=('x86_64')
license=('custom')
@@ -59,7 +59,7 @@ prepare() {
package() {
cd "${srcdir}"
- tar -xzf data.tar.gz -C "${pkgdir}"
+ tar -xzf data.tar.gz --no-same-owner -C "${pkgdir}"
# Enable spotify to open URLs from the webapp
sed -i 's/^Exec=.*/Exec=spotify --uri=%U/' "${pkgdir}"/usr/share/spotify/spotify.desktop