summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-04-07 12:21:47 +0300
committerjonian2022-04-07 12:21:47 +0300
commit9555db4d290002c163ccdfeb6c4abca66c87f8ad (patch)
treee88d2513819da031da0f03c089a5caabccc4ca38
parentbdfe2baa710ff29d54dfb78600ca19617e12206a (diff)
downloadaur-9555db4d290002c163ccdfeb6c4abca66c87f8ad.tar.gz
add gnome-shell 42 in suported versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 992b6bdb7ff3..23bc3cf643d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-clipboard-indicator
pkgdesc = Adds a clipboard indicator to the top panel, and caches clipboard history
pkgver = 39
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1ead7a9d2635..4265c5f62537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-clipboard-indicator
_uuid=("clipboard-indicator@tudmotu.com")
pkgver=39
-pkgrel=1
+pkgrel=2
pkgdesc="Adds a clipboard indicator to the top panel, and caches clipboard history"
arch=("any")
url="https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator"
@@ -19,5 +19,8 @@ package() {
install -d "$pkgdir/usr/share/glib-2.0" \
&& cp -a "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas" "$_"
+ # Remove in next version
+ sed -i '3 i\"42",' "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/metadata.json"
+
rm -f "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
}