diff --git a/kbd/trunk/PKGBUILD b/kbd/trunk/PKGBUILD index ff2873dfd4b..34889521c0c 100644 --- a/kbd/trunk/PKGBUILD +++ b/kbd/trunk/PKGBUILD @@ -2,7 +2,7 @@ pkgname=kbd pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Keytable files and keyboard utilities" arch=('x86_64') url="http://www.kbd-project.org" @@ -11,7 +11,7 @@ depends=('glibc' 'pam') makedepends=('check' 'git') #source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz # https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign -source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver +source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed 'fix-euro2.patch' 'vlock.pam') provides=('vlock')