summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4874d375e7bc..6ee8aa1d60a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-transparent-top-bar-git
pkgdesc = GNOME Shell extension that brings back the transparent top bar when free-floating
pkgver = r66.6cd4532
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lamarios/gnome-shell-extension-transparent-top-bar
arch = any
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index d1b5f7157ef2..fe43aabfbddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=gnome-shell-extension-transparent-top-bar-git
pkgver=r66.6cd4532
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Shell extension that brings back the transparent top bar when free-floating"
arch=('any')
url="https://github.com/lamarios/gnome-shell-extension-transparent-top-bar"
@@ -34,7 +34,8 @@ package() {
_uuid='transparent-top-bar@ftpix.com'
install -d "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
- bsdtar xvzf "build/$_uuid.zip" -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"
+ bsdtar xvzf "build/$_uuid.zip" -C \
+ "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/" --no-same-owner
install -Dm644 src/schemas/ftpix.com.transparentbar.gschema.xml -t \
"$pkgdir/usr/share/glib-2.0/schemas/"