Skip to content

Commit

Permalink
[ckbcomp] updated to 1.228 (but no essential changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Jun 20, 2024
1 parent 01bff85 commit a6ac9fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ckbcomp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a6ac9fb

Please sign in to comment.