From a6ac9fbbdf11e57a8d7cdb9756d28f75a4cd73ec Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 20 Jun 2024 10:44:48 +0300 Subject: [PATCH] [ckbcomp] updated to 1.228 (but no essential changes) --- ckbcomp/PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ckbcomp/PKGBUILD b/ckbcomp/PKGBUILD index 6dd513e0..c270de0b 100644 --- a/ckbcomp/PKGBUILD +++ b/ckbcomp/PKGBUILD @@ -26,15 +26,10 @@ pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or arch=(any) license=('GPL2') depends=('perl') -# conflicts=(ckbcomp-bin) - -# sha512sums=('419cd3d09a10e36586c325d939b80e6e096963890e88294635599a9122e7964a420dccaa9c682574cb73b816fafe893e97f8f56ad100b8e0e2a073730542f5c8') -sha512sums=('5884cc072c48341d57c936390c6ea9ac943a372952d1616e8dd22183878c6a8176964a13d12050db407d2ed62169abd93b31c7e557a1bcff89b08f2fcd8c223b') +sha512sums=('c624b0bf0a7093adbbbac7ae6abe05387b47bc7dbd60b51e8fdf012d64970fce0d2aeb8e3a619b3cdd8a2fa9ab74175ae510e5a5b7eec5777dffe16dd90a1e4c') package() { local appname=$(basename "${source[0]}" -$pkgver.tar.gz) - install -Dm755 "${appname}-$pkgver/Keyboard/$pkgname" "${pkgdir}/usr/bin/$pkgname" - rm -f "../${appname}-$pkgver.tar.gz" # cleanup }