aboutsummaryrefslogtreecommitdiffstats
path: root/main/xcb-proto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xcb-proto/APKBUILD')
-rw-r--r--main/xcb-proto/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/xcb-proto/APKBUILD b/main/xcb-proto/APKBUILD
index a3cd7d1554d..cdd1fbdae35 100644
--- a/main/xcb-proto/APKBUILD
+++ b/main/xcb-proto/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xcb-proto
-pkgver=1.14.1
-pkgrel=3
+pkgver=1.16.0
+pkgrel=0
pkgdesc="XML-XCB protocol descriptions"
options="!check" # no testsuite
url="https://xcb.freedesktop.org"
arch="noarch"
license="MIT"
makedepends="python3"
+subpackages="$pkgname-pyc"
source="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$pkgver.tar.xz"
build() {
@@ -22,4 +23,6 @@ package() {
make DESTDIR=$pkgdir install
}
-sha512sums="140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d xcb-proto-1.14.1.tar.xz"
+sha512sums="
+54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972 xcb-proto-1.16.0.tar.xz
+"