summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Wagner2024-03-17 09:45:54 +0100
committerGeorg Wagner2024-03-17 09:45:54 +0100
commita72d9cd8991b99a56cb4091feefe452c60107b0d (patch)
tree2355dcc1f8a4ebed797369170d577fe71e6fa356 /PKGBUILD
parent13ae39e10ebc2c4c49b04c114cc0efa5bbb4aec3 (diff)
downloadaur-a72d9cd8991b99a56cb4091feefe452c60107b0d.tar.gz
[pkg-upd] 45.5-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705d6d2a69a8..2fd8a8af9a4a 100755
--- 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.4
+pkgver=45.5
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=919e71b113cc03c0fe1de7777393a19947f7b9f9 # tags/45.4^0
+_commit=4e8ccf5f9c177595aac11895ed50a4e35d5087e4 # tags/45.5^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"
@@ -73,7 +73,7 @@ b2sums=('SKIP'
pkgver() {
cd mutter
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+ git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {