From 42768caa82be2619b6cbcc0fe68e8b2d3a2e41ad Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 15 Sep 2025 23:31:37 +0200 Subject: [PATCH] xorg-util-macros: update to 1.20.2 --- xorg-util-macros/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-util-macros/PKGBUILD b/xorg-util-macros/PKGBUILD index 711ac7f9..20148979 100644 --- a/xorg-util-macros/PKGBUILD +++ b/xorg-util-macros/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=xorg-util-macros -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc='X.Org Autotools macros' arch=('any') @@ -13,11 +13,14 @@ conflicts=('util-macros') url="https://xorg.freedesktop.org/" msys2_references=( "anitya: 15037" + "archlinux: xorg-util-macros" + "cygwin: xorg-util-macros" + "gentoo: x11-misc/util-macros" ) depends=() makedepends=('autotools') source=("https://xorg.freedesktop.org/releases/individual/util/util-macros-${pkgver}.tar.xz") -sha256sums=('0b308f62dce78ac0f4d9de6888234bf170f276b64ac7c96e99779bb4319bcef5') +sha256sums=('9ac269eba24f672d7d7b3574e4be5f333d13f04a7712303b1821b2a51ac82e8e') prepare() { cd "${srcdir}/util-macros-${pkgver}"