mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libgcrypt to 1.6.3-2
This commit is contained in:
parent
e62dd73370
commit
35f1b187b9
2 changed files with 7 additions and 5 deletions
|
@ -5,8 +5,8 @@
|
|||
# - disable DRNG and NEON support
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgver=1.6.3
|
||||
pkgrel=2
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
|
@ -14,8 +14,10 @@ license=('LGPL')
|
|||
depends=('libgpg-error>=1.10-2')
|
||||
options=('!emptydirs')
|
||||
install=$pkgname.install
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('cc31aca87e4a3769cb86884a3f5982b2cc8eb7ec')
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
sha1sums=('9456e7b64db9df8360a1407a38c8c958da80bbf1'
|
||||
'SKIP')
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06') # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
infodir=/usr/share/info
|
||||
filelist=(gcrypt.info.gz gcrypt.info-1.gz)
|
||||
filelist=(gcrypt.info.gz)
|
||||
|
||||
post_install() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
|
|
Loading…
Reference in a new issue