[arch-commits] Commit in libxkbcommon/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Oct 20 16:52:50 UTC 2019
Date: Sunday, October 20, 2019 @ 16:52:49
Author: heftig
Revision: 365240
0.9.0-1
Modified:
libxkbcommon/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-20 13:52:15 UTC (rev 365239)
+++ PKGBUILD 2019-10-20 16:52:49 UTC (rev 365240)
@@ -4,7 +4,7 @@
pkgbase=libxkbcommon
pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.8.4
+pkgver=0.9.0
pkgrel=1
pkgdesc="Keymap handling library for toolkits and window systems"
url="https://xkbcommon.org/"
@@ -11,9 +11,9 @@
arch=(x86_64)
license=(custom)
depends=(xkeyboard-config glibc)
+makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
checkdepends=(xorg-server-xvfb libgl)
-makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
-_commit=d40b368b2f4c4cd130f63ac41e4a9d53b684c712 # tags/xkbcommon-0.8.4^0
+_commit=a88a0710f95c0422f52c54d9bad14b2cc45e3dd0 # tags/xkbcommon-0.9.0^0
source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit")
md5sums=('SKIP')
@@ -35,7 +35,7 @@
}
check() {
- xvfb-run -a meson test -C build
+ xvfb-run -a meson test -C build --print-errorlogs
}
package_libxkbcommon() {
More information about the arch-commits
mailing list