mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libgcrypt to 1.8.7-1
This commit is contained in:
parent
6d76162643
commit
f4d549af26
1 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# - fix screwed up capability detection
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.8.6
|
||||
pkgver=1.8.7
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(x86_64)
|
||||
|
@ -15,11 +15,9 @@ depends=('libgpg-error')
|
|||
options=('!emptydirs')
|
||||
# https://www.gnupg.org/download/integrity_check.html
|
||||
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
sha1sums=('406b02873833427898d16bcc8483bc5c91c73d4a'
|
||||
sha1sums=('ea79a279b27bf25cb1564f96693128f8fc9f41d6'
|
||||
'SKIP')
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
||||
options=(!makeflags)
|
||||
validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist signing 2020)"
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}"-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue