diff --git a/.SRCINFO b/.SRCINFO index 32fbf87..6b7ed3d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = xkb-ultimatekeys pkgdesc = International US QWERTY keyboard layout with enhanced multilingual support - pkgver = 2025.04.25 + pkgver = 2025.08.14 pkgrel = 1 url = https://github.com/pieter-degroote/UltimateKEYS arch = any license = GPL-3.0-only depends = xkeyboard-config - source = xkb-ultimatekeys-2025.04.25.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-04-25.tar.gz - b2sums = 2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4 + source = xkb-ultimatekeys-2025.08.14.tar.gz::https://github.com/pieter-degroote/UltimateKEYS/archive/refs/tags/r2025-08-14.tar.gz + b2sums = 89e01686d4b03ec8af393da4ca83a4fa2ba6b93f0fa7618d0d6fea6d5773aaa9433d4e0a957c048ba980039a6b26ccea7043c99f0baefb2add4d1f656fa68083 pkgname = xkb-ultimatekeys diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bfc9c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +PKGBUILD-namcap.log +pkg/ +src/ +xkb-ultimatekeys-2025.04.25-1-any.pkg.tar.zst +xkb-ultimatekeys-2025.04.25.tar.gz +xkb-ultimatekeys-2025.08.14-1-any.pkg.tar.zst +xkb-ultimatekeys-2025.08.14-1-any.pkg.tar.zst-namcap.log +xkb-ultimatekeys-2025.08.14-1-x86_64-package.log +xkb-ultimatekeys-2025.08.14.tar.gz diff --git a/.nvchecker.toml b/.nvchecker.toml index 04b3bcb..92f5a82 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,3 +1,9 @@ [xkb-ultimatekeys] source = "git" git = "https://github.com/pieter-degroote/UltimateKEYS.git" +use_latest_release = true +include_prereleases = false +exclude_regex = ".*(pre|a|alpha|b|beta|rc).*" +prefix = "r" +from_pattern = "-" +to_pattern = "." diff --git a/PKGBUILD b/PKGBUILD index ecb0109..eba8a80 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Matthias Puchstein pkgname=xkb-ultimatekeys -pkgver=2025.04.25 +pkgver=2025.08.14 _version=${pkgver//./-} pkgrel=1 pkgdesc='International US QWERTY keyboard layout with enhanced multilingual support' @@ -10,10 +10,11 @@ url='https://github.com/pieter-degroote/UltimateKEYS' license=(GPL-3.0-only) depends=(xkeyboard-config) source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/r$_version.tar.gz") -b2sums=('2b71179a74c6e76ea3dfa8097f40fb5434d21b65329280a8f57330ca829a457fb0dda9fecea8133ee7c31519d4d6d318b47c5a90808540a3b462a0bc8fcceca4') +b2sums=('89e01686d4b03ec8af393da4ca83a4fa2ba6b93f0fa7618d0d6fea6d5773aaa9433d4e0a957c048ba980039a6b26ccea7043c99f0baefb2add4d1f656fa68083') package() { cd UltimateKEYS-r$_version install -Dm644 linux-xkb/custom "$pkgdir"/usr/share/xkeyboard-config-2/symbols/ultimatekeys + install -Dm644 linux-xcompose/.XCompose "$pkgdir"/usr/share/ultimatekeys/XCompose }