summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-12-22 17:25:12 +0100
committerfunilrys2021-12-22 17:25:12 +0100
commit0486a2bad7c1a51636a90a06cc7940e16ba03cf6 (patch)
tree7c30e0d5c69a5674402b04bd624ebc38c2adfdfe
parent63a7687dffd8fe818671d4cafb8fabb79b840943 (diff)
downloadaur-0486a2bad7c1a51636a90a06cc7940e16ba03cf6.tar.gz
Update ckbcomp to v1.207
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26c8660a221e..9ff8a62f1a6d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ckbcomp
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
- pkgver = 1.205
+ pkgver = 1.207
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.205.tar.xz
- sha512sums = 757643f040542fda2903ffaa35a311c6c572b4c1e9c6c169a032e85a360bfe7d64e66ad66fba988515a4c1004ae4ecb45a40fba5c0a9eec6bd58abc1e0624b15
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.207.tar.xz
+ sha512sums = 0652b43c2488246e5bf7fac7ad5dc7986ba0ae832ae2179d2ade14da0412639f9055216e6a5e73a7a7c682d4e606441bf3a24dd5dbce0c3b0aff8416571587e5
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index b892ac5a60e7..3c51aa5ae51b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.205
+pkgver=1.207
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=('757643f040542fda2903ffaa35a311c6c572b4c1e9c6c169a032e85a360bfe7d64e66ad66fba988515a4c1004ae4ecb45a40fba5c0a9eec6bd58abc1e0624b15')
+sha512sums=('0652b43c2488246e5bf7fac7ad5dc7986ba0ae832ae2179d2ade14da0412639f9055216e6a5e73a7a7c682d4e606441bf3a24dd5dbce0c3b0aff8416571587e5')
package() {
if [[ -d "${srcdir}/console-setup" ]]