summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2022-04-20 20:50:21 +0200
committerPeter Mattern2022-04-20 20:50:21 +0200
commitb7f6d965b41bec74e258516918f369827f957835 (patch)
treec377b69cef446a83c6b1d7538be2dd7e09f59ac5 /PKGBUILD
parent3750063819587b71b2a0dc364c05799c4a7da756 (diff)
downloadaur-b7f6d965b41bec74e258516918f369827f957835.tar.gz
Re-enable PGP verification of source archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ef28f9e64c8..da28689e955c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,10 @@ arch=('i686' 'x86_64')
url='https://www.gnu.org/software/commoncpp/'
license=('LGPL3')
depends=('gnutls')
-source=("https://ftp.gnu.org/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
-sha256sums=('6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7')
+source=("https://ftp.gnu.org/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7'
+ 'SKIP')
+validpgpkeys=('5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA')
build() {
cd ${pkgname}-${pkgver}