summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/
}