From f35cbb5c6e18770af101e7d47a807e06092170df Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 24 Jan 2021 17:00:35 +0100 Subject: [PATCH] xorg-util-macros: update to 1.19.3 --- xorg-util-macros/.signature | 6 +++--- xorg-util-macros/Pkgfile | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/xorg-util-macros/.signature b/xorg-util-macros/.signature index 296a0445..75c8004c 100644 --- a/xorg-util-macros/.signature +++ b/xorg-util-macros/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndDYR3Tb2GAoGnw2HWOdanADyByrvr3p2O7HaxW1XRqmnJzNc4qaYil1oQdLmb6ampY+nr9aOutU1IUVnKpmo6Qg= -SHA256 (Pkgfile) = 146d91b6a58b09b678284b5976907a806a6997862f10089cf868c43015906682 +RWTSGWF5Q7TndIknpYRTr3stHtMJR4LuplcKSljc6vwCENTZAbyzUTTt/NYwDkSXh7i1XcSUk3QIz+cZz5RLBJqAYQ0lA7CEXAA= +SHA256 (Pkgfile) = c269b9d3941e5dea8471137e147aeb2c3bf33d7db2763bf1cc5c00bb16477362 SHA256 (.footprint) = adb343f789dfc9e2847282c6a367613823723bf8de499811aa9db211aa096199 -SHA256 (util-macros-1.19.2.tar.bz2) = d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712 +SHA256 (util-macros-1.19.3.tar.bz2) = 0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971 diff --git a/xorg-util-macros/Pkgfile b/xorg-util-macros/Pkgfile index 8bc7678d..dbd6bfe7 100644 --- a/xorg-util-macros/Pkgfile +++ b/xorg-util-macros/Pkgfile @@ -3,15 +3,12 @@ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu name=xorg-util-macros -version=1.19.2 +version=1.19.3 release=1 source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.bz2) build() { cd util-macros-$version - ./configure --prefix=/usr - - make make DESTDIR=$PKG install }