summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2018-04-21 16:57:19 +0200
committerfunilrys2018-04-21 16:57:19 +0200
commitd28603da39352eae66610aee7cf314ba61061918 (patch)
tree5e055b054356f2b31f419e47313d7ca55edb821f /PKGBUILD
parent43b87643a34caf2b9473ccd06c7120b78a32ee88 (diff)
downloadaur-d28603da39352eae66610aee7cf314ba61061918.tar.gz
Update ckbcomp to v1.184
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d004e84f84db..503086086f09 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.180
+pkgver=1.184
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
arch=(any)
@@ -10,10 +10,10 @@ 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=('aff113a2423b6cf70fa72c2717f5c60b2cfe980af78b92a37f050d02b62339e02e3a6e5477b9d1aadc0a41f28e0ea3480adefbec3e667512f6ec6754a89c217c')
+sha512sums=('3e970497d32ea7c04e7c41377b92378f3449deabc067d988c2f68d3d4d5e436726f2bd6bad0862518447e043a43a084288369d088e121d10fff14c780ecab4ba')
package() {
- cd console-setup-${pkgver}
+ cd console-setup
install -d ${pkgdir}/usr/bin/
install -m755 Keyboard/ckbcomp ${pkgdir}/usr/bin/
}