Skip to content

Commit a98beeb

Browse files
committed
[update] : Updated ckbcomp 1.205
1 parent 03243d6 commit a98beeb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgbase = ckbcomp
22
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
3-
pkgver = 1.203
3+
pkgver = 1.205
44
pkgrel = 1
55
url = http://anonscm.debian.org/cgit/d-i/console-setup.git/
66
arch = any
77
license = GPL2
88
depends = perl
9-
source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.203.tar.xz
10-
sha512sums = e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a
9+
source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.205.tar.xz
10+
sha512sums = SKIP
1111

1212
pkgname = ckbcomp

modules/calamares/pkgbuild.any/01-ckbcomp/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Contributer: Nissar Chababy <funilrys at outlook dot com>
33
# Contributer: Jeroen Bollen <jbinero at gmail dot comau>
44

5-
pkgname=ckbcomp
6-
pkgver=1.203
5+
pkgname="ckbcomp"
6+
pkgver="1.205"
77
pkgrel=1
88
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
99
arch=(any)
1010
url="http://anonscm.debian.org/cgit/d-i/console-setup.git/"
1111
license=('GPL2')
1212
depends=('perl')
1313
source=("http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz")
14-
sha512sums=('e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a')
14+
sha512sums=('SKIP')
1515

1616
package() {
1717
if [[ -d "${srcdir}/console-setup" ]]; then

0 commit comments

Comments
 (0)