[arch-commits] Commit in kbd/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Jan 21 10:46:17 UTC 2017


    Date: Saturday, January 21, 2017 @ 10:46:16
  Author: tpowa
Revision: 287073

upgpkg: kbd 2.0.4-1

bump to latest version

Modified:
  kbd/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 09:53:00 UTC (rev 287072)
+++ PKGBUILD	2017-01-21 10:46:16 UTC (rev 287073)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kbd
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('i686' 'x86_64')
@@ -10,13 +10,15 @@
 license=('GPL')
 depends=('glibc' 'pam')
 makedepends=('check')
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ftp://ftp.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
         'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
-md5sums=('d636ee56f35233b5cd6f855c08372489'
-         'd869200acbc0aab6a9cafa43cb140d4e')
+validpgpkeys=(
+              '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+             )
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -44,3 +46,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
 }
+md5sums=('c69fce737a5fd0fa686cbfc4f611a220'
+         'SKIP'
+         'd869200acbc0aab6a9cafa43cb140d4e')



More information about the arch-commits mailing list