mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libgcrypt to 1.6.4-1
This commit is contained in:
parent
4486f49314
commit
ceb7fa9631
1 changed files with 6 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
# - disable DRNG and NEON support
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.6.3
|
||||
pkgrel=2
|
||||
pkgver=1.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
|
@ -14,10 +14,12 @@ license=('LGPL')
|
|||
depends=('libgpg-error>=1.10-2')
|
||||
options=('!emptydirs')
|
||||
install=$pkgname.install
|
||||
# https://www.gnupg.org/download/integrity_check.html
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
sha1sums=('9456e7b64db9df8360a1407a38c8c958da80bbf1'
|
||||
sha1sums=('ed52add1ce635deeb2f5c6650e52667debd4ec70'
|
||||
'SKIP')
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06') # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue