summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Wagner2023-12-03 05:49:19 +0100
committerGeorg Wagner2023-12-03 05:49:19 +0100
commit690ecbff0bb471be3d3fac39f2d7ef90bf08406b (patch)
treea74ddd7140a47b0bc2ba52700d0639de73e507b5
parentdcc2d45431f43fdb6625d6dfb46e2a046da7da15 (diff)
downloadaur-690ecbff0bb471be3d3fac39f2d7ef90bf08406b.tar.gz
[pkg-upd] 45.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7848540c7718..ed5b28fc151e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mutter-x11-scaling
pkgdesc = Window manager and compositor for GNOME with X11 fractional scaling patch
- pkgver = 45.1
+ pkgver = 45.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -39,10 +39,10 @@ pkgbase = mutter-x11-scaling
depends = pipewire
depends = startup-notification
depends = xorg-xwayland
- provides = mutter=45.1
+ provides = mutter=45.2
provides = libmutter-13.so
conflicts = mutter
- source = git+https://gitlab.gnome.org/GNOME/mutter.git#commit=c71a119de06d8937930e4d1adf06ff0c2b259653
+ source = git+https://gitlab.gnome.org/GNOME/mutter.git#commit=08de409d40a92f8bf74ee8005b382aa194d76a45
source = https://raw.githubusercontent.com/puxplaying/mutter-x11-scaling/mutter-45/mutter-45.0-x11-Add-support-for-fractional-scaling-using-Randr.patch
b2sums = SKIP
b2sums = c25a4c909aa9a07d3c0a131a8419d510583ecdd883950c82ff487b0f578a13b2cb093c54b966cb48509c77ffdcc93cbadcd67318173454fb8cb424f01fd0bcb5
diff --git a/PKGBUILD b/PKGBUILD
index a3bca85acf40..3c6336821dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
# Marco Trevisan: <https://salsa.debian.org/gnome-team/mutter/-/blob/ubuntu/master/debian/patches/ubuntu/x11-Add-support-for-fractional-scaling-using-Randr.patch>
pkgname=mutter-x11-scaling
-pkgver=45.1
+pkgver=45.2
pkgrel=1
pkgdesc="Window manager and compositor for GNOME with X11 fractional scaling patch"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -63,7 +63,7 @@ checkdepends=(
)
provides=(mutter=$pkgver libmutter-13.so)
conflicts=(mutter)
-_commit=c71a119de06d8937930e4d1adf06ff0c2b259653 # tags/45.1^0
+_commit=08de409d40a92f8bf74ee8005b382aa194d76a45 # tags/45.2^0
source=(
"git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
"https://raw.githubusercontent.com/puxplaying/mutter-x11-scaling/mutter-45/mutter-45.0-x11-Add-support-for-fractional-scaling-using-Randr.patch"