OSDN Git Service

[update] : Updated ckbcomp 1.205
authorhayao <hayao@fascode.net>
Mon, 9 Aug 2021 05:22:06 +0000 (14:22 +0900)
committerhayao <hayao@fascode.net>
Mon, 9 Aug 2021 05:22:06 +0000 (14:22 +0900)
modules/calamares/pkgbuild.any/01-ckbcomp/.SRCINFO
modules/calamares/pkgbuild.any/01-ckbcomp/PKGBUILD

index 4c3c780..69bf8fa 100644 (file)
@@ -1,12 +1,12 @@
 pkgbase = ckbcomp
        pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
-       pkgver = 1.203
+       pkgver = 1.205
        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.203.tar.xz
-       sha512sums = e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a
+       source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.205.tar.xz
+       sha512sums = SKIP
 
 pkgname = ckbcomp
index e4229a5..d9aded5 100755 (executable)
@@ -2,8 +2,8 @@
 # Contributer: Nissar Chababy <funilrys at outlook dot com>
 # Contributer: Jeroen Bollen <jbinero at gmail dot comau>
 
-pkgname=ckbcomp
-pkgver=1.203
+pkgname="ckbcomp"
+pkgver="1.205"
 pkgrel=1
 pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
 arch=(any)
@@ -11,7 +11,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=('e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a')
+sha512sums=('SKIP')
 
 package() {
     if [[ -d "${srcdir}/console-setup" ]]; then