diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-02-28 02:49:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-02-28 02:49:38 (GMT) |
commit | 5a6620a1cc1269681cb650ee5f159eb72989db92 (patch) | |
tree | 319d21f6d279d9fbd1922452e4f2504ff64dffda | |
parent | 63b3bae8b537ae74175398bf8000cc51812fa6c9 (diff) | |
download | linhes_pkgbuild-5a6620a1cc1269681cb650ee5f159eb72989db92.zip linhes_pkgbuild-5a6620a1cc1269681cb650ee5f159eb72989db92.tar.gz linhes_pkgbuild-5a6620a1cc1269681cb650ee5f159eb72989db92.tar.bz2 |
ckbcomp: update to 1.234
-rwxr-xr-x | linhes/ckbcomp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/ckbcomp/PKGBUILD b/linhes/ckbcomp/PKGBUILD index 9a37cf8..2e5b991 100755 --- a/linhes/ckbcomp/PKGBUILD +++ b/linhes/ckbcomp/PKGBUILD @@ -2,7 +2,7 @@ # Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau> pkgname=ckbcomp -pkgver=1.230 +pkgver=1.234 pkgrel=1 pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol" arch=(any) @@ -10,7 +10,7 @@ url="http://anonscm.debian.org/cgit/d-i/console-setup.git/" license=('GPL2') depends=('perl') source=("http://ftp.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz") -sha512sums=('5c756f5d8101aa844efc11ad071efb69658234c349036b259c6fe1d6fda331aede333358269c483efad6613b81dff7da8e9224ef5224fce40e6a745331b56a7d') +sha512sums=('902da702a02b5b088d2f0838611d6ca90ff164237c74755071bc456a13e6cf542d72cf0ebd2704c265b509cd9479a2216a366dabfdb832ebecc79970eadf67d6') conflicts=(ckbcomp-bin) package() { |