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 3a2143f9fbd4..c5f512a5c668 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-rounded-window-corners-git
pkgdesc = A GNOME Shell extension that adds rounded corners for all windows
pkgver = 11.r19.g8ec8275
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yilozt/rounded-window-corners
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 291cca0fce2c..922308987409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-rounded-window-corners-git
pkgver=11.r19.g8ec8275
-pkgrel=1
+pkgrel=2
pkgdesc="A GNOME Shell extension that adds rounded corners for all windows"
arch=('any')
url="https://github.com/yilozt/rounded-window-corners"
@@ -42,7 +42,7 @@ package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions/${uuid}"
bsdtar -xvf "${uuid}.shell-extension.zip" -C \
- "$pkgdir/usr/share/gnome-shell/extensions/${uuid}/"
+ "$pkgdir/usr/share/gnome-shell/extensions/${uuid}/" --no-same-owner
mv "$pkgdir/usr/share/gnome-shell/extensions/${uuid}/locale" "$pkgdir/usr/share/"