diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-04-30 23:49:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-04-30 23:49:30 (GMT) |
commit | a7ef368d03f443a206818336ec7e44913ad8f738 (patch) | |
tree | 33dd314fccbf88ed4f764a347c7df94b239d1364 /linhes | |
parent | 19472bf8544b8bc1a771177a6062c38b0447ca75 (diff) | |
download | linhes_pkgbuild-a7ef368d03f443a206818336ec7e44913ad8f738.zip linhes_pkgbuild-a7ef368d03f443a206818336ec7e44913ad8f738.tar.gz linhes_pkgbuild-a7ef368d03f443a206818336ec7e44913ad8f738.tar.bz2 |
ckbcomp: update to 1.219
Diffstat (limited to 'linhes')
-rwxr-xr-x | linhes/ckbcomp/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linhes/ckbcomp/PKGBUILD b/linhes/ckbcomp/PKGBUILD index 2ea62f9..125845b 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.210 +pkgver=1.219 pkgrel=1 pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol" arch=(any) @@ -10,7 +10,8 @@ url="http://anonscm.debian.org/cgit/d-i/console-setup.git/" license=('GPL2') depends=('perl') source=("http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz") -sha512sums=('1bc223c99792aa634009023321f97f7b90ab5967e24ae885aa42b2f08c14131a2b0053ffe604eda9b5308009c6c0e9d8afea2ef848438bda4c324d759d9af2f6') +sha512sums=('3821bcd5a09ab3e96252e52d1b9761debe645646d2c35fc2a46ecc940f4f2bae8a9f6a2e130d6b5dfc378cf44a8fe278bbef2d4634b4fb636393b196d8066152') +conflicts=(ckbcomp-bin) package() { if [[ -d "${srcdir}/console-setup" ]] |