![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 7ea5f8cd59da834a85b53370f0a3aff431a06329 Author: Juergen Daubert <jue@jue.li> Date: Mon Dec 5 13:44:21 2022 +0100 xorg-libxxf86dga: update to 1.1.6 diff --git a/xorg-libxxf86dga/.signature b/xorg-libxxf86dga/.signature index 7e9adbca..e21ffffe 100644 --- a/xorg-libxxf86dga/.signature +++ b/xorg-libxxf86dga/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndBEyK3oEZwkmYGdAjPDZ5c0NZxS7zPDBZ6CXCkHozCKx4H7S15z6PGgF94EiR40u/Py1ZKJyOQ7xaXA1uT3z/w8= -SHA256 (Pkgfile) = 5d2c136331ea7321f9cb20982da488366afcb5131d294eddef40506129793cec +RWTSGWF5Q7TndLb80pXUaHcLdsQFuXGdG6/qJrDqowIWUsdeTVNp1BajIipvcV2CEsbpCPCPzYjDIeW7shCx18Ma0KtJmVLrBws= +SHA256 (Pkgfile) = 6e9b8df070b85b4eac4a7593f670b398588035f65936d12b6dda28cb39debca8 SHA256 (.footprint) = e32831135d9fc2eeed1892ebe1a3a3eebc8f78e0aaa307d2762d77abe0ba1fc8 -SHA256 (libXxf86dga-1.1.5.tar.bz2) = 2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203 +SHA256 (libXxf86dga-1.1.6.tar.xz) = be44427579808fe3a217d59f51cae756a26913eb6e4c8738ccab65ff56d7980f diff --git a/xorg-libxxf86dga/Pkgfile b/xorg-libxxf86dga/Pkgfile index 69fa7a33..3e4a109d 100644 --- a/xorg-libxxf86dga/Pkgfile +++ b/xorg-libxxf86dga/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxext name=xorg-libxxf86dga -version=1.1.5 +version=1.1.6 release=1 -source=(https://www.x.org/releases/individual/lib/libXxf86dga-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXxf86dga-$version.tar.xz) build() { cd libXxf86dga-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install }