Date: Friday, February 13, 2015 @ 10:15:50 Author: bpiotrowski Revision: 231365
Add fingerprint of source signer to validpgpkeys Modified: gdbm/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-13 08:36:01 UTC (rev 231364) +++ PKGBUILD 2015-02-13 09:15:50 UTC (rev 231365) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: +# Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Stéphane Gaudreault <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: judd <[email protected]> @@ -12,10 +12,11 @@ license=('GPL3') arch=('i686' 'x86_64') depends=('glibc' 'sh') +options=('!makeflags') +install=gdbm.install source=(ftp://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig} gdbm-1.10-zeroheaders.patch) -options=('!makeflags') -install=gdbm.install +validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') md5sums=('72c832680cf0999caedbe5b265c8c1bd' 'SKIP' 'ac255b10452005237836cd2d3a470733')
