diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-20 12:15:26 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-20 12:15:26 +0100 |
commit | 2d1df6252c4a1dedd1b5d45716d7c3d392a6de81 (patch) | |
tree | b08243bb60661c1f46e9da3cdfc1cc8a485dbd03 | |
parent | 0fe89fdb1c828bb073058689fc28285a94f412dc (diff) | |
download | xorg-2d1df6252c4a1dedd1b5d45716d7c3d392a6de81.tar.gz xorg-2d1df6252c4a1dedd1b5d45716d7c3d392a6de81.tar.xz |
xorg-xcb-util: update to 0.4.1
-rw-r--r-- | xorg-xcb-util/.signature | 6 | ||||
-rw-r--r-- | xorg-xcb-util/Pkgfile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/xorg-xcb-util/.signature b/xorg-xcb-util/.signature index 326a3305..12fdc18b 100644 --- a/xorg-xcb-util/.signature +++ b/xorg-xcb-util/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndJrjqGQu2i8HvUn+vzhja1EVllfsyNALG+NXtvjEV9va5lW9+PMmGn3u6r0BDVrNzNYrzN2+OozrBJ5Ynmm5Zw8= -SHA256 (Pkgfile) = dadb0e7e3ca3e69ec184f53f1b45d0f2ebf203e7cd6e7a03a3741b3925658323 +RWTSGWF5Q7TndGO7PYCS/0UiyxxGe+c5SHcqBtYUFIwpTPwAjPvABwN3A3XD5+RI7m5cyDCWewDU96GonBFalMt9OagKQECSqg8= +SHA256 (Pkgfile) = 298d8cb21877ccc07cd258e2626d57f33baf174369a7ce43f333676323e2e95b SHA256 (.footprint) = fd53b79badd2937247fdd8b80832c1c4e575e1c0834e161f311d2ee421359915 -SHA256 (xcb-util-0.4.0.tar.bz2) = 46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 +SHA256 (xcb-util-0.4.1.tar.xz) = 5abe3bbbd8e54f0fa3ec945291b7e8fa8cfd3cccc43718f8758430f94126e512 diff --git a/xorg-xcb-util/Pkgfile b/xorg-xcb-util/Pkgfile index 30792f6f..51c3a490 100644 --- a/xorg-xcb-util/Pkgfile +++ b/xorg-xcb-util/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxcb name=xorg-xcb-util -version=0.4.0 +version=0.4.1 release=1 -source=(https://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2) +source=(https://xorg.freedesktop.org/archive/individual/lib/xcb-util-$version.tar.xz) build() { cd xcb-util-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |