summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-12-06 13:04:11 +0100
committerfunilrys2020-12-06 13:04:11 +0100
commit15792de09a4e42f45c30a20c4e4b0b244b54c5d4 (patch)
tree8b2c4a6c985f79e14e4ac965d7b678287b93d5c0
parent0fff20855e442b78595577464cb5499befc68aba (diff)
downloadaur-15792de09a4e42f45c30a20c4e4b0b244b54c5d4.tar.gz
Update ckbcomp to v1.199
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061f903b5914..b83fa28ceeff 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ckbcomp
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
- pkgver = 1.198
+ pkgver = 1.199
pkgrel = 1
url = http://anonscm.debian.org/cgit/d-i/console-setup.git/
arch = any
license = GPL2
depends = perl
- source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.198.tar.xz
- sha512sums = 38e6b10e6e232e49eee5de548dcec29ccc319e8b1028b4c95bc9d87ae8cc24ad635cdae87bf6c3f81fa00435bb7560a2605624ec7dd17bb3ae2ab79e22268672
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.199.tar.xz
+ sha512sums = 8d969de9e6c300c799fb8c58c5300112c1576768c41cd29a9185ecbf0d5c5205356439b54141f00ef4e76ceaf3dc2106cb5fd3e9ec430a205183c07bea341d96
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index e4f8c5e1a5e8..8e1e5b7c5f92 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.198
+pkgver=1.199
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=('38e6b10e6e232e49eee5de548dcec29ccc319e8b1028b4c95bc9d87ae8cc24ad635cdae87bf6c3f81fa00435bb7560a2605624ec7dd17bb3ae2ab79e22268672')
+sha512sums=('8d969de9e6c300c799fb8c58c5300112c1576768c41cd29a9185ecbf0d5c5205356439b54141f00ef4e76ceaf3dc2106cb5fd3e9ec430a205183c07bea341d96')
package() {
- cd console-setup-${pkgver}
+ cd console-setup
install -d ${pkgdir}/usr/bin/
install -m755 Keyboard/ckbcomp ${pkgdir}/usr/bin/
}