summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2017-10-23 10:21:04 +0200
committerfunilrys2017-10-23 10:21:04 +0200
commitd60612dba2fafabdb2e62d5284d78fe4a59d8bc5 (patch)
tree81f6266eca433fc85d21b5b5deb9a87f31911e02
parentf2d5f9fc9df8d16ece335051303daf4822768302 (diff)
downloadaur-d60612dba2fafabdb2e62d5284d78fe4a59d8bc5.tar.gz
Update ckbcomp to v 1.169
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd94a5b0d4aa..f7667606eaa5 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.166
+ pkgver = 1.169
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.166.tar.xz
- sha512sums = 9c3c9ee8402f148117a8fe4e7091604b0aa4d91764abf0dcff698ee2c8d938fc589966ba3b993f3565112290ea392446bedd82f084cb412d544403448a253f65
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.169.tar.xz
+ sha512sums = ad4ec76cd201e0062dc21beeac7a265ef00f6fdfbe5b24729f8082cac2468f39c2ae69e497ff177c1fe4740fbb6a6cc822451103be93a64faadb69880605ea9d
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index eb58fefa734a..ed55be39a994 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.166
+pkgver=1.169
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
arch=(any)
@@ -10,10 +10,10 @@ 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=('9c3c9ee8402f148117a8fe4e7091604b0aa4d91764abf0dcff698ee2c8d938fc589966ba3b993f3565112290ea392446bedd82f084cb412d544403448a253f65')
+sha512sums=('ad4ec76cd201e0062dc21beeac7a265ef00f6fdfbe5b24729f8082cac2468f39c2ae69e497ff177c1fe4740fbb6a6cc822451103be93a64faadb69880605ea9d')
package() {
- cd console-setup-${pkgver}
+ cd console-setup
install -d ${pkgdir}/usr/bin/
install -m755 Keyboard/ckbcomp ${pkgdir}/usr/bin/
}