summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e24c2022865..2a360d0ea0cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-windowisready_remover
pkgdesc = GNOME shell extension that removes the annoying "Windows is Ready" notification.
pkgver = 18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nunofarruca/WindowIsReady_Remover
arch = any
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index f09c424ed05c..f7d7974b58d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-windowisready_remover
_pkgname=WindowIsReady_Remover
pkgver=18
-pkgrel=1
+pkgrel=2
pkgdesc='GNOME shell extension that removes the annoying "Windows is Ready" notification.'
arch=(any)
url='https://github.com/nunofarruca/WindowIsReady_Remover'
@@ -16,7 +16,6 @@ package() {
_uuid="windowIsReady_Remover@nunofarruca@gmail.com"
_destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
- install --directory "$_destdir/schemas"
+ install --directory $_destdir
install --target-directory "$_destdir" --mode 644 metadata.json *.js
- install --target-directory "$_destdir/schemas" --mode 644 schemas/*
}