summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Milde2021-04-13 00:54:16 +0200
committerDaniel Milde2021-04-13 00:54:16 +0200
commitf5c05454adb6f14df9df81b6b3469e454f6feb8b (patch)
tree4fd1b1a925cdd09b494755a754a6ebbecce735b1 /PKGBUILD
parentf92d9b5a8d8ef0904d1036fcb943700c6e625ffd (diff)
downloadaur-f5c05454adb6f14df9df81b6b3469e454f6feb8b.tar.gz
gnome 40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a59fe5fdeee..0c3844a251cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=gnome-shell-system-monitor-applet
pkgname=gnome-shell-extension-system-monitor-git
-pkgver=982.3ba2f60
+pkgver=1055.942603d
pkgrel=1
pkgdesc="System monitor extension for Gnome-Shell (display mem swap cpu usage)"
arch=('any')
@@ -17,11 +17,13 @@ provides=("system-monitor-applet" "gnome-shell-system-monitor-applet-git")
replaces=("gnome-shell-system-monitor-applet-git")
conflicts=("gnome-shell-system-monitor-applet-git")
install="gschemas.install"
-source=('git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git')
-sha1sums=('SKIP')
+source=('git+https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet.git' gnome-40.patch)
+sha256sums=('SKIP'
+ 'c0d4d5456eb865949f8b21834b5792331a8979241c4c6a9d647014902e06ff5c')
package() {
cd "$srcdir/$_reponame"
+ git apply "$srcdir/gnome-40.patch"
# Install the extension
install -d "$pkgdir/usr/share/gnome-shell/extensions/"