summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2017-07-22 12:20:25 +0200
committerfunilrys2017-07-22 12:20:25 +0200
commitf2d5f9fc9df8d16ece335051303daf4822768302 (patch)
tree14fa06ea6ccf7a8c2e109f4fb33ece685336b51c
parent0c32a495cef28a74d56f3fd3f722fc161847931f (diff)
downloadaur-f2d5f9fc9df8d16ece335051303daf4822768302.tar.gz
Update ckbcomp to v1.166
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca182fec180..cd94a5b0d4aa 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.165
+ pkgver = 1.166
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.165.tar.xz
- sha512sums = e22ebcaa5010793461f4847cc82bd78079edf8fe6f98ccd51e2c6d265b2a5765359573d162972d670984c302c1b8a566d60fbe9d9ab86befbdbefef946916ad5
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.166.tar.xz
+ sha512sums = 9c3c9ee8402f148117a8fe4e7091604b0aa4d91764abf0dcff698ee2c8d938fc589966ba3b993f3565112290ea392446bedd82f084cb412d544403448a253f65
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index 9702de220180..eb58fefa734a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.165
+pkgver=1.166
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=('e22ebcaa5010793461f4847cc82bd78079edf8fe6f98ccd51e2c6d265b2a5765359573d162972d670984c302c1b8a566d60fbe9d9ab86befbdbefef946916ad5')
+sha512sums=('9c3c9ee8402f148117a8fe4e7091604b0aa4d91764abf0dcff698ee2c8d938fc589966ba3b993f3565112290ea392446bedd82f084cb412d544403448a253f65')
package() {
cd console-setup-${pkgver}