From 767b9ae5405f03eb3a0a2fbb4ef2a59d6ea79854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 22 Jan 2023 15:43:07 +0000 Subject: [PATCH] libxcb: update to 1.15;adopt. --- srcpkgs/libxcb/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 73ca6d5aa008..1914455da9b8 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,20 +1,20 @@ # Template file for 'libxcb' pkgname=libxcb -version=1.14 -revision=2 +version=1.15 +revision=1 build_style=gnu-configure configure_args="--disable-build-docs --enable-xinput --enable-xkb" hostmakedepends="libtool pkg-config xorg-util-macros xcb-proto" makedepends="xcb-proto libXdmcp-devel libXau-devel" short_desc="X protocol C-language Binding" -maintainer="Orphaned " +maintainer="André Cerqueira " license="MIT" -homepage="https://xcb.freedesktop.org" -distfiles="${homepage}/dist/${pkgname}-${version}.tar.xz" -checksum=a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34 +homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb" +distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz" +checksum=cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059 post_install() { - vlicense COPYING + vlicense COPYING LICENSE } libxcb-devel_package() {