xorg-xcb-util-error: update to 1.0.1

This commit is contained in:
Juergen Daubert 2022-10-19 09:46:23 +02:00
parent 8b7715ed18
commit 699d480ee0
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndP0g8unkWNRL051XFBeUNkrffXm2pSdT2kXDFl0rOeicoPE4oXTAr42VfzPXPZMmPh3sJjC86To9mN6pkbjAOgo= RWTSGWF5Q7TndHcFjY1GShzGFVWzd1aE7M+MmGvfhusAw0dCA0W+zZflaeyQE0RCWDWVPNR5eLzVatUXGQiItnk5xB0djNP9lwg=
SHA256 (Pkgfile) = 61b9cb51b6121dbf580ba11e35154a863b1363d3265d777796366d082afa6e66 SHA256 (Pkgfile) = 1ae31b147f776ad0b939fff6e4d3b4751f53cabd00a50fab28db3ff0774b860d
SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79 SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79
SHA256 (xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995 SHA256 (xcb-util-errors-1.0.1.tar.xz) = 5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357

View File

@ -4,13 +4,13 @@
# Depends on: xorg-xcb-util # Depends on: xorg-xcb-util
name=xorg-xcb-util-error name=xorg-xcb-util-error
version=1.0 version=1.0.1
release=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() { build() {
cd xcb-util-errors-$version cd xcb-util-errors-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }