libgcrypt: fix missing makedepends

This commit is contained in:
Christoph Reiter 2022-03-30 22:54:17 +02:00
parent 56f2935bd9
commit ae78a9be97

View File

@ -9,7 +9,7 @@ arch=(i686 x86_64)
url="https://gnupg.org"
license=('LGPL')
depends=('libgpg-error')
makedepends=('libgpg-error-devel' 'autotools')
makedepends=('gcc' 'make' 'libgpg-error-devel' 'autotools')
options=('!emptydirs')
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
sha256sums=('ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de'