From 0fe89fdb1c828bb073058689fc28285a94f412dc Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 20 Dec 2022 12:14:47 +0100 Subject: [PATCH] xorg-xdriinfo: update to 1.0.7 --- xorg-xdriinfo/.signature | 6 +++--- xorg-xdriinfo/Pkgfile | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/xorg-xdriinfo/.signature b/xorg-xdriinfo/.signature index 8a4d16eb..76a68fbb 100644 --- a/xorg-xdriinfo/.signature +++ b/xorg-xdriinfo/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndE4OSIyMG8QigUIgHlM5vjIuil3993+f6MOkQBfVTX8GTthaQbybxjSA/MjY2URaH7OhjygmCjB5MRDu9KTmQQc= -SHA256 (Pkgfile) = 2e6de6211f1d1590b1d5fa3c592e72b397878f692bb962b623e57555959da0bd +RWTSGWF5Q7TndGq6qyu4xMdrejT5cHrxJJUNRWtM4JbCXKRs2/mldPknjFKx3oQtD+tMhhB93wz9UbbswRouBgK6OyClMAZK3Qo= +SHA256 (Pkgfile) = 7bfd2a43b83813c9311ce7469359352b4c4e71ede433454b861021b06ab6b962 SHA256 (.footprint) = 5a4449e849ae43aec8c78fa1e473e2237bf5661c877036a5eef2d8e7b565c346 -SHA256 (xdriinfo-1.0.6.tar.bz2) = d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51 +SHA256 (xdriinfo-1.0.7.tar.xz) = dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734 diff --git a/xorg-xdriinfo/Pkgfile b/xorg-xdriinfo/Pkgfile index 64ffa052..2a9962b8 100644 --- a/xorg-xdriinfo/Pkgfile +++ b/xorg-xdriinfo/Pkgfile @@ -4,15 +4,13 @@ # Depends on: mesa name=xorg-xdriinfo -version=1.0.6 +version=1.0.7 release=1 -source=(https://www.x.org/releases/individual/app/xdriinfo-$version.tar.bz2) +source=(https://xorg.freedesktop.org/archive/individual/app/xdriinfo-$version.tar.xz) build() { cd xdriinfo-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install }