Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libxkbcommon
Commits: d30d0477 by Jan Alexander Steffens (heftig) at 2025-05-22T07:55:12+02:00 1.10.0-1 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = libxkbcommon pkgdesc = Keymap handling library for toolkits and window systems - pkgver = 1.9.2 + pkgver = 1.10.0 pkgrel = 1 url = https://xkbcommon.org/ arch = x86_64 @@ -19,8 +19,8 @@ pkgbase = libxkbcommon makedepends = wayland-protocols makedepends = xkeyboard-config makedepends = xorgproto - source = git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-1.9.2 - b2sums = ccbd310122d3eafbaca76bb8d37894aa9f2d738fa31e13a06def71c525980b7ddfa591cbb89da3419b3be03202afbe42c9862e6204a002f90a71aff1d921516f + source = git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-1.10.0 + b2sums = f5533437ced68d012f54e7cba2bd42e58c85f98db4018db358876f8fe097c9c0e5b0a77309e6f80ffcf7c03183c4828fdb29cb017d2790e49045c72b09eb90e1 pkgname = libxkbcommon depends = glibc ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,4 @@ [libxkbcommon] -source = "github" -github = "xkbcommon/libxkbcommon" -use_max_tag = true +source = "git" +git = "https://github.com/xkbcommon/libxkbcommon.git" prefix = "xkbcommon-" ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=( libxkbcommon-x11 libxkbcommon-doc ) -pkgver=1.9.2 +pkgver=1.10.0 pkgrel=1 pkgdesc='Keymap handling library for toolkits and window systems' url='https://xkbcommon.org/' @@ -33,7 +33,7 @@ checkdepends=( xorg-server-xvfb ) source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-$pkgver") -b2sums=('ccbd310122d3eafbaca76bb8d37894aa9f2d738fa31e13a06def71c525980b7ddfa591cbb89da3419b3be03202afbe42c9862e6204a002f90a71aff1d921516f') +b2sums=('f5533437ced68d012f54e7cba2bd42e58c85f98db4018db358876f8fe097c9c0e5b0a77309e6f80ffcf7c03183c4828fdb29cb017d2790e49045c72b09eb90e1') prepare() { cd libxkbcommon View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/d30d0477e3c9b4612e8921dc7bcb2dad2954366c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/d30d0477e3c9b4612e8921dc7bcb2dad2954366c You're receiving this email because of your account on gitlab.archlinux.org.