diff options
author | root <root@rshg054.dnsready.net> | 2013-01-15 00:06:27 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-15 00:06:27 -0800 |
commit | 733e4f771063834ef4d8f31af1dcac95d55e3c3e (patch) | |
tree | 578fc3d3adaff80532f1f0a5a0eced16ebf08e8a /core/kbd | |
parent | a69d072f5cde4b5a6bac62e6022a69d337925e45 (diff) |
Tue Jan 15 00:06:26 PST 2013
Diffstat (limited to 'core/kbd')
-rw-r--r-- | core/kbd/PKGBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/core/kbd/PKGBUILD b/core/kbd/PKGBUILD index cfb6b3dbf..fc1389df9 100644 --- a/core/kbd/PKGBUILD +++ b/core/kbd/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 163716 2012-07-18 02:17:05Z dreisner $ +# $Id: PKGBUILD 175117 2013-01-14 07:36:39Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=kbd -pkgver=1.15.3 -pkgrel=3 +pkgver=1.15.5 +pkgrel=2 pkgdesc="Keytable files and keyboard utilities" arch=('i686' 'x86_64') -url="ftp://ftp.altlinux.org/pub/people/legion/kbd/" +url="http://www.kbd-project.org" license=('GPL') -depends=('glibc') -source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz - fix-es.po.patch) -md5sums=('8143e179a0f3c25646ce5085e8777200' - '4ded3edb50fb7a3277bae6a870cee812') +depends=('glibc' 'pam') +source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz) +provides=('vlock') +conflicts=('vlock') +replaces=('vlock') +md5sums=('34c71feead8ab9c01ec638acea8cd877') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 -i ../fix-es.po.patch # rename keymap files with the same names # this is needed because when only name of keymap is specified # loadkeys loads the first keymap it can find, which is bad (see FS#13837) |