From 1b9c93cca6bfb12ed39b148ffc30fa532a187988 Mon Sep 17 00:00:00 2001 From: xhaa123 Date: Mon, 15 Apr 2024 10:49:25 +0800 Subject: [PATCH] libx11 1.8.9-1 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6aa9760..e3708c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Future Linux Team pkgname=libx11 -pkgver=1.8.7 +pkgver=1.8.9 pkgrel=1 pkgdesc="X11 client-side library" arch=('x86_64') @@ -14,7 +14,7 @@ license=('custom') depends=('glibc' 'libxcb' 'libxau' 'libxdmcp') makedepends=('util-macros' 'xorgproto' 'xtrans') source=(https://www.x.org/pub/individual/lib/libX11-${pkgver}.tar.xz) -sha256sums=(05f267468e3c851ae2b5c830bcf74251a90f63f04dd7c709ca94dc155b7e99ee) +sha256sums=(779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262) build() { cd libX11-${pkgver}