From 699d480ee085be4a925f1c37729aa6d6bdf38f31 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 19 Oct 2022 09:46:23 +0200 Subject: xorg-xcb-util-error: update to 1.0.1 --- xorg-xcb-util-error/.signature | 6 +++--- xorg-xcb-util-error/Pkgfile | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'xorg-xcb-util-error') diff --git a/xorg-xcb-util-error/.signature b/xorg-xcb-util-error/.signature index ef93a3fa..67a58867 100644 --- a/xorg-xcb-util-error/.signature +++ b/xorg-xcb-util-error/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndP0g8unkWNRL051XFBeUNkrffXm2pSdT2kXDFl0rOeicoPE4oXTAr42VfzPXPZMmPh3sJjC86To9mN6pkbjAOgo= -SHA256 (Pkgfile) = 61b9cb51b6121dbf580ba11e35154a863b1363d3265d777796366d082afa6e66 +RWTSGWF5Q7TndHcFjY1GShzGFVWzd1aE7M+MmGvfhusAw0dCA0W+zZflaeyQE0RCWDWVPNR5eLzVatUXGQiItnk5xB0djNP9lwg= +SHA256 (Pkgfile) = 1ae31b147f776ad0b939fff6e4d3b4751f53cabd00a50fab28db3ff0774b860d SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79 -SHA256 (xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995 +SHA256 (xcb-util-errors-1.0.1.tar.xz) = 5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357 diff --git a/xorg-xcb-util-error/Pkgfile b/xorg-xcb-util-error/Pkgfile index 51a87a4e..59bfc26e 100644 --- a/xorg-xcb-util-error/Pkgfile +++ b/xorg-xcb-util-error/Pkgfile @@ -4,13 +4,13 @@ # Depends on: xorg-xcb-util name=xorg-xcb-util-error -version=1.0 +version=1.0.1 release=1 -source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.bz2) +source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.xz) build() { - cd xcb-util-errors-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd xcb-util-errors-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } -- cgit v1.2.3