libxkbcommon: update to 1.3.1.
This commit is contained in:
parent
1b1220cb2d
commit
950e8824c5
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libxkbcommon'
|
||||
pkgname=libxkbcommon
|
||||
version=1.3.0
|
||||
revision=3
|
||||
version=1.3.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname#lib}-${version}"
|
||||
build_style=meson
|
||||
# b_ndebug=false is needed to pass the test suite, as it relies on side effects
|
||||
|
@ -13,11 +13,11 @@ makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols
|
|||
xorgproto libxml2-devel"
|
||||
depends="xkeyboard-config"
|
||||
short_desc="Library to handle keyboard descriptions"
|
||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
license="MIT"
|
||||
homepage="https://xkbcommon.org/"
|
||||
distfiles="https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-${version}.tar.gz"
|
||||
checksum=e1b79838256549d72f42c824f720b4f14603374cfbe5587942e35a0cbb13ff9e
|
||||
checksum=8eda6782c6ed4b83296521f2f7e6bea88aba76d49c39fb4fce0f8d355a9181ce
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue