summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-15 13:52:45 -0600
committerMark Wagie2023-10-15 13:52:45 -0600
commit345fd94d65030ff7f766c662d3e7ef9fdceda563 (patch)
tree95ff88b88a93eb1267f9a1de22449ac9633fc8cd
parentf84a97c4a820052801bc9a27dd988801a00a79c9 (diff)
downloadaur-345fd94d65030ff7f766c662d3e7ef9fdceda563.tar.gz
fix owner & group ID
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc341f776ee..5934c77b34a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-blur-my-shell-git
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
pkgver = 51.r1.gc268a38
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aunetx/blur-my-shell
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7d29d9b2d36f..df4c5f4d1bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-blur-my-shell-git
pkgver=51.r1.gc268a38
_uuid=blur-my-shell@aunetx
-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"
@@ -28,7 +28,7 @@ package() {
cd "$srcdir/blur-my-shell"
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"