summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-10-15 13:53:28 -0600
committerMark Wagie2023-10-15 13:53:28 -0600
commit02ac62754924a87d0334bc767ec94f5b649858d3 (patch)
treeeb559a331a3870366e7773589d16cde36f50e621 /PKGBUILD
parent9393d57871d4f00d4090bb4f23725e48886c6f35 (diff)
downloadaur-02ac62754924a87d0334bc767ec94f5b649858d3.tar.gz
fix owner & group ID
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb1796e986b..a9b2833236a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-blur-my-shell
_uuid=blur-my-shell@aunetx
pkgver=51
-pkgrel=1
+pkgrel=2
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
url="https://github.com/aunetx/blur-my-shell"
@@ -22,7 +22,7 @@ package() {
cd "blur-my-shell-$pkgver"
install -d "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}"
bsdtar xvf "build/${_uuid}.shell-extension.zip" \
- -C "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/"
+ -C "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/" --no-same-owner
mv "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/locale" "$pkgdir/usr/share"