mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 20:13:31 +01:00
automake-1.13: add validpgpkeys=()
This commit is contained in:
parent
d5e103d743
commit
433bfd8b3a
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
pkgname=automake-1.13
|
||||
_realname=automake
|
||||
pkgver=1.13.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
|
|
@ -21,6 +21,7 @@ install=automake.install
|
|||
source=(ftp://ftp.gnu.org/gnu/${_realname}/${_realname}-${pkgver}.tar.xz{,.sig})
|
||||
md5sums=('71b03c1bc4f587add12604587d9276d1'
|
||||
'SKIP')
|
||||
validpgpkeys=('A0460631BECA5C1CCD1C8362FC818E17429F96EA')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${_realname}-${pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue