summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-error
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-10-19 09:46:23 +0200
committerJuergen Daubert <jue@jue.li>2022-10-19 09:46:23 +0200
commit699d480ee085be4a925f1c37729aa6d6bdf38f31 (patch)
tree37e80ebe42994aacb252754a58907ad5c8c07ec0 /xorg-xcb-util-error
parent8b7715ed18c2dcbdcc1ad0bc85d061c13bf4bea3 (diff)
downloadxorg-699d480ee085be4a925f1c37729aa6d6bdf38f31.tar.gz
xorg-699d480ee085be4a925f1c37729aa6d6bdf38f31.tar.xz
xorg-xcb-util-error: update to 1.0.1
Diffstat (limited to 'xorg-xcb-util-error')
-rw-r--r--xorg-xcb-util-error/.signature6
-rw-r--r--xorg-xcb-util-error/Pkgfile12
2 files changed, 9 insertions, 9 deletions
diff --git a/xorg-xcb-util-error/.signature b/xorg-xcb-util-error/.signature
index ef93a3fa..67a58867 100644
--- a/xorg-xcb-util-error/.signature
+++ b/xorg-xcb-util-error/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndP0g8unkWNRL051XFBeUNkrffXm2pSdT2kXDFl0rOeicoPE4oXTAr42VfzPXPZMmPh3sJjC86To9mN6pkbjAOgo=
-SHA256 (Pkgfile) = 61b9cb51b6121dbf580ba11e35154a863b1363d3265d777796366d082afa6e66
+RWTSGWF5Q7TndHcFjY1GShzGFVWzd1aE7M+MmGvfhusAw0dCA0W+zZflaeyQE0RCWDWVPNR5eLzVatUXGQiItnk5xB0djNP9lwg=
+SHA256 (Pkgfile) = 1ae31b147f776ad0b939fff6e4d3b4751f53cabd00a50fab28db3ff0774b860d
SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79
-SHA256 (xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
+SHA256 (xcb-util-errors-1.0.1.tar.xz) = 5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357
diff --git a/xorg-xcb-util-error/Pkgfile b/xorg-xcb-util-error/Pkgfile
index 51a87a4e..59bfc26e 100644
--- a/xorg-xcb-util-error/Pkgfile
+++ b/xorg-xcb-util-error/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: xorg-xcb-util
name=xorg-xcb-util-error
-version=1.0
+version=1.0.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() {
- cd xcb-util-errors-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ cd xcb-util-errors-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit