aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxcb/APKBUILD')
-rw-r--r--main/libxcb/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD
index 068e39753b0..a93a8b8c328 100644
--- a/main/libxcb/APKBUILD
+++ b/main/libxcb/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxcb
-pkgver=1.14
-pkgrel=2
+pkgver=1.16.1
+pkgrel=0
pkgdesc="X11 client-side library"
-url="https://xcb.freedesktop.org"
+url="https://xcb.freedesktop.org/"
arch="all"
license="MIT"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
depends_dev="libxau-dev xcb-proto"
checkdepends="check-dev"
options="!check" # upstream requires an old check version (0.9.4)
-makedepends="$depends_dev libpthread-stubs libxdmcp-dev libxslt python3"
+makedepends="$depends_dev libxdmcp-dev libxslt python3"
source="https://xorg.freedesktop.org/archive/individual/lib/libxcb-$pkgver.tar.xz"
build() {
@@ -32,4 +32,6 @@ check() {
make check
}
-sha512sums="b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6 libxcb-1.14.tar.xz"
+sha512sums="
+e3afdae1c0e2a5ae2add7b2c4fdd3283cb86023ef6448f5b8b29a4bb72c274e34eaf0fc7523762bcd3f5116910fe7374490e8f26c25744301563ced80acc3e7f libxcb-1.16.1.tar.xz
+"