diff options
author | funilrys | 2019-02-01 10:03:01 +0100 |
---|---|---|
committer | funilrys | 2019-02-01 10:03:01 +0100 |
commit | 4699e5f56300d1d12f144b8d084708aabf2e00cb (patch) | |
tree | e6d3cadb30270196ca1eb41a22f48c2e4871dbd3 | |
parent | f9863bc629ae0f03ad00b66478889124fe067207 (diff) | |
download | aur-4699e5f56300d1d12f144b8d084708aabf2e00cb.tar.gz |
Update ckbcomp to v1.188
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = ckbcomp pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol - pkgver = 1.187 + pkgver = 1.188 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.187.tar.xz - sha512sums = 7bdf9ccfea9d78540ecd37510fea559f0570bc4867db4636e74203b7c5a584fbe33a7847a6b87baf243e420d67d8b051266782c6a87c9ffd1062a2b03b1d131c + source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.188.tar.xz + sha512sums = 563d580fcee25020b09024a2ac772ab6b04b97e451e3ee9f3ad917bfbafeb2d1065a7e26427f9f5a6a2596689c1264501c9b5f7a57b1daa2f5c651e6fd595586 pkgname = ckbcomp @@ -2,7 +2,7 @@ # Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau> pkgname=ckbcomp -pkgver=1.187 +pkgver=1.188 pkgrel=1 pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol" arch=(any) @@ -10,7 +10,7 @@ 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=('7bdf9ccfea9d78540ecd37510fea559f0570bc4867db4636e74203b7c5a584fbe33a7847a6b87baf243e420d67d8b051266782c6a87c9ffd1062a2b03b1d131c') +sha512sums=('563d580fcee25020b09024a2ac772ab6b04b97e451e3ee9f3ad917bfbafeb2d1065a7e26427f9f5a6a2596689c1264501c9b5f7a57b1daa2f5c651e6fd595586') package() { cd console-setup-${pkgver} |