summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2017-06-28 22:14:46 +0200
committerfunilrys2017-06-28 22:14:46 +0200
commit0c32a495cef28a74d56f3fd3f722fc161847931f (patch)
tree2f55a4b7c9ad8aac2a8df0c7405d3bf4de243cb4
parent540692ad85f674b86b8c370224f6931640cdeda2 (diff)
downloadaur-0c32a495cef28a74d56f3fd3f722fc161847931f.tar.gz
Update ckbcomp to v1.165
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 421518c3926f..0ca182fec180 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.164
+ pkgver = 1.165
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.164.tar.xz
- sha512sums = 89f69d97014ff3023ff28020bc214be8746bad8e1d59369d3fc5333e357dc3f2c486336507f5480a5ad22a4ad8c541b895782b60151f78ad43aa0732f2cee8c5
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.165.tar.xz
+ sha512sums = e22ebcaa5010793461f4847cc82bd78079edf8fe6f98ccd51e2c6d265b2a5765359573d162972d670984c302c1b8a566d60fbe9d9ab86befbdbefef946916ad5
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index d680095155c9..9702de220180 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.164
+pkgver=1.165
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=('89f69d97014ff3023ff28020bc214be8746bad8e1d59369d3fc5333e357dc3f2c486336507f5480a5ad22a4ad8c541b895782b60151f78ad43aa0732f2cee8c5')
+sha512sums=('e22ebcaa5010793461f4847cc82bd78079edf8fe6f98ccd51e2c6d265b2a5765359573d162972d670984c302c1b8a566d60fbe9d9ab86befbdbefef946916ad5')
package() {
cd console-setup-${pkgver}