[arch-commits] Commit in lib32-libxkbcommon/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Feb 5 03:00:41 UTC 2022
Date: Saturday, February 5, 2022 @ 03:00:41
Author: heftig
Revision: 1126368
1.4.0-1
Modified:
lib32-libxkbcommon/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-05 01:28:08 UTC (rev 1126367)
+++ PKGBUILD 2022-02-05 03:00:41 UTC (rev 1126368)
@@ -8,7 +8,7 @@
lib32-libxkbcommon
lib32-libxkbcommon-x11
)
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc='Keymap handling library for toolkits and window systems (32-bit)'
url=https://xkbcommon.org/
@@ -27,7 +27,7 @@
xorg-server-xvfb
libgl
)
-_tag=e97297b5ce1201a3992f2de5fb1118d73eb904e4
+_tag=6e8f0d331715a3672f5c663b704b9ea5caabe113
source=(git+https://github.com/xkbcommon/libxkbcommon#tag=${_tag})
sha256sums=('SKIP')
@@ -43,7 +43,8 @@
arch-meson libxkbcommon build \
--libdir=/usr/lib32 \
- -D enable-docs=false
+ -D enable-docs=false \
+ -D enable-tools=false
meson compile -C build
}
More information about the arch-commits
mailing list