summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarmatt2021-11-18 22:15:23 +0100
committerstarmatt2021-11-18 22:15:23 +0100
commit7aab55278a47dbf3b609acae05edc4e9f0664861 (patch)
tree6b5a820f4d8dab582dd386bd609ccc352f338351
parenta2a224ddb22f9ae6f627028b70911867acd93722 (diff)
downloadaur-7aab55278a47dbf3b609acae05edc4e9f0664861.tar.gz
updated package to version 13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5926669539..9c3a57edfef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-windowisready_remover
pkgdesc = GNOME shell extension that removes the annoying "Windows is Ready" notification.
- pkgver = 1.12
+ pkgver = 13
pkgrel = 1
url = https://github.com/nunofarruca/WindowIsReady_Remover
arch = any
license = unknown
depends = gnome-shell
- source = https://github.com/nunofarruca/WindowIsReady_Remover/archive/refs/tags/1.12.tar.gz
- sha256sums = 2d29638425a266f2b4a9aff16a0c7cc8716974dea5206cae933a05763513be46
+ source = https://extensions.gnome.org/extension-data/windowIsReady_Removernunofarrucagmail.com.v13.shell-extension.zip
+ sha256sums = 14bad4c48061bdafbe2ca9938befc1daab9d21d305ebfe27059128cf37763d61
pkgname = gnome-shell-extension-windowisready_remover
diff --git a/PKGBUILD b/PKGBUILD
index 0cb482f14719..26d6686b92fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
-# Maintainer: Matthieu Borde <starmatt at free dot fr>
+# Maintainer: Matthieu Borde <dev at starmatt dot net>
pkgname=gnome-shell-extension-windowisready_remover
_pkgname=WindowIsReady_Remover
-pkgver=1.12
+pkgver=13
pkgrel=1
pkgdesc='GNOME shell extension that removes the annoying "Windows is Ready" notification.'
arch=(any)
url='https://github.com/nunofarruca/WindowIsReady_Remover'
license=('unknown')
depends=('gnome-shell')
-source=("https://github.com/nunofarruca/WindowIsReady_Remover/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('2d29638425a266f2b4a9aff16a0c7cc8716974dea5206cae933a05763513be46')
+source=("https://extensions.gnome.org/extension-data/windowIsReady_Removernunofarrucagmail.com.v$pkgver.shell-extension.zip")
+sha256sums=('14bad4c48061bdafbe2ca9938befc1daab9d21d305ebfe27059128cf37763d61')
package() {
_uuid="windowIsReady_Remover@nunofarruca@gmail.com"
_destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
- cd "$_pkgname-$pkgver/$_uuid"
install --directory "$_destdir/schemas"
install --target-directory "$_destdir" --mode 644 metadata.json *.js
install --target-directory "$_destdir/schemas" --mode 644 schemas/*