From e27f4791e0d7582a85e141f6c109410742f54d85 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 19 Oct 2022 09:57:36 +0200 Subject: [PATCH] xorg-xcb-util-wm: update to 0.4.2 --- xorg-xcb-util-wm/.signature | 6 +++--- xorg-xcb-util-wm/Pkgfile | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/xorg-xcb-util-wm/.signature b/xorg-xcb-util-wm/.signature index 796ccece..30425916 100644 --- a/xorg-xcb-util-wm/.signature +++ b/xorg-xcb-util-wm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndA3KgeGnFOKSEmajAq8tf+kdi8zeO/UX0i1+pXuCE2CKSOPF+n5J8SdoYlGalChuUmKD3CRS13PQ92wXYgI5Qgg= -SHA256 (Pkgfile) = 865c4666059a558e38b3282d5a043e9224811e1a0001610c29b5adb4e2fb0675 +RWTSGWF5Q7TndEAudEvhR9sxqZ+fy0QMGQPJXvqtYKrU7KaNmBP756W5/Homp1hh1ADmg8YnVeQAllVaYO2uIsgfzftLrGdeTwg= +SHA256 (Pkgfile) = 78ca8e10e44a45989177a1991497c0710235d205106f2ab107ae04a134619bf7 SHA256 (.footprint) = 4554540eb3aef14e12221d43da5ad430f8173318ef1e3155006f66582adce1c9 -SHA256 (xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f +SHA256 (xcb-util-wm-0.4.2.tar.xz) = 62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b diff --git a/xorg-xcb-util-wm/Pkgfile b/xorg-xcb-util-wm/Pkgfile index e5163104..34302d4f 100644 --- a/xorg-xcb-util-wm/Pkgfile +++ b/xorg-xcb-util-wm/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxcb name=xorg-xcb-util-wm -version=0.4.1 +version=0.4.2 release=1 -source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.bz2) +source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.xz) build() { cd xcb-util-wm-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install }