summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-13 13:46:41 -0700
committerMark Wagie2021-11-13 13:46:41 -0700
commitbcaddff1ff50154f65499405d4381c3b2e3c348e (patch)
tree9bde51b0d21bbbcb96973bf63a7f7ca58507bc05
parent6aa9f0d2ab33de8a4d1b1a1c28fdcf68b2fe8d3b (diff)
downloadaur-bcaddff1ff50154f65499405d4381c3b2e3c348e.tar.gz
GNOME 41 support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa3e14f6f99..a4e0c420919a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-multi-monitors-add-on-git
pkgdesc = Adds panels and thumbnails for additional monitors.
pkgver = 23.r0.g0cec99d
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/spin83/multi-monitors-add-on
arch = any
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = gnome-shell-extension-multi-monitors-add-on-git
provides = gnome-shell-extension-multi-monitors-add-on
conflicts = gnome-shell-extension-multi-monitors-add-on
source = git+https://github.com/spin83/multi-monitors-add-on.git
- source = https://github.com/spin83/multi-monitors-add-on/pull/159.patch
+ source = https://github.com/spin83/multi-monitors-add-on/pull/163.patch
sha256sums = SKIP
- sha256sums = 13019cce907dd59f531ab56d4425139f41752590e2e9fd79b571a75ec3c1657e
+ sha256sums = e157f4ed3afec752c5ccd623efbc3ddb9e8971ab20606adb8f1e0133da7bbdbe
pkgname = gnome-shell-extension-multi-monitors-add-on-git
diff --git a/PKGBUILD b/PKGBUILD
index 9c14bb860002..041d7029a101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-multi-monitors-add-on-git
_pkgname=multi-monitors-add-on
pkgver=23.r0.g0cec99d
-pkgrel=3
+pkgrel=4
pkgdesc="Adds panels and thumbnails for additional monitors."
arch=('any')
url="https://github.com/spin83/multi-monitors-add-on"
@@ -14,9 +14,9 @@ makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/spin83/multi-monitors-add-on.git'
- 'https://github.com/spin83/multi-monitors-add-on/pull/159.patch')
+ 'https://github.com/spin83/multi-monitors-add-on/pull/163.patch')
sha256sums=('SKIP'
- '13019cce907dd59f531ab56d4425139f41752590e2e9fd79b571a75ec3c1657e')
+ 'e157f4ed3afec752c5ccd623efbc3ddb9e8971ab20606adb8f1e0133da7bbdbe')
pkgver() {
cd "$srcdir/$_pkgname"
@@ -26,8 +26,8 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgname"
- # Partial support for GNOME 40
- patch -Np1 -i $srcdir/159.patch
+ # Added Partial Support for Gnome 41
+ patch -Np1 -i $srcdir/163.patch
}
package() {