diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-07-27 15:27:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-07-27 15:27:01 (GMT) |
commit | 705f2b3a64ccb17bc5c296bfc5ed2dc6fa50511e (patch) | |
tree | 26e61efaff04bc168baf27139bade3f3bc13b7b8 /linhes | |
parent | 6b8bd4225ea58883854ea0aee5bf0dae2e5f9cc9 (diff) | |
download | linhes_pkgbuild-705f2b3a64ccb17bc5c296bfc5ed2dc6fa50511e.zip linhes_pkgbuild-705f2b3a64ccb17bc5c296bfc5ed2dc6fa50511e.tar.gz linhes_pkgbuild-705f2b3a64ccb17bc5c296bfc5ed2dc6fa50511e.tar.bz2 |
ckbcomp: update to 1.240
Diffstat (limited to 'linhes')
-rwxr-xr-x | linhes/ckbcomp/.SRCINFO | 6 | ||||
-rw-r--r-- | linhes/ckbcomp/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/linhes/ckbcomp/.SRCINFO b/linhes/ckbcomp/.SRCINFO index ba4eabe..985a98e 100755 --- a/linhes/ckbcomp/.SRCINFO +++ b/linhes/ckbcomp/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = ckbcomp pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol - pkgver = 1.239 + pkgver = 1.240 pkgrel = 1 url = https://salsa.debian.org/installer-team/console-setup arch = any license = GPL-2.0-or-later makedepends = git - source = console-setup::git+https://salsa.debian.org/installer-team/console-setup.git#commit=1.239 - sha256sums = eaa3804a3f3cc0bb826b6f457fd16988f2c914d047437245d7dbef5c87513f8e + source = console-setup::git+https://salsa.debian.org/installer-team/console-setup.git#commit=1.240 + sha256sums = 89583e56bda72426f514bdd70f4d7567576457f327214d3da6e171b85a7f63e7 pkgname = ckbcomp depends = perl diff --git a/linhes/ckbcomp/PKGBUILD b/linhes/ckbcomp/PKGBUILD index 6133036..017e394 100644 --- a/linhes/ckbcomp/PKGBUILD +++ b/linhes/ckbcomp/PKGBUILD @@ -4,7 +4,7 @@ _pkgname="ckbcomp" pkgname="$_pkgname" -pkgver=1.239 +pkgver=1.240 pkgrel=1 pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol" url="https://salsa.debian.org/installer-team/console-setup" @@ -15,7 +15,7 @@ makedepends=('git') _pkgsrc="console-setup" source=("$_pkgsrc"::"git+$url.git#commit=$pkgver") -sha256sums=('eaa3804a3f3cc0bb826b6f457fd16988f2c914d047437245d7dbef5c87513f8e') +sha256sums=('89583e56bda72426f514bdd70f4d7567576457f327214d3da6e171b85a7f63e7') package() { depends+=('perl') |