Date: Tuesday, November 22, 2016 @ 15:27:21
  Author: eworm
Revision: 281905

add source validation with signature

Modified:
  htop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-11-22 15:27:19 UTC (rev 281904)
+++ PKGBUILD    2016-11-22 15:27:21 UTC (rev 281905)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez <an...@archlinux.org> 
+# Maintainer: Christian Hesse <m...@eworm.de>
+# Maintainer: Angel Velasquez <an...@archlinux.org>
 # Contributor: Eric Belanger <e...@archlinux.org>
 # Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
 
@@ -15,8 +16,10 @@
 optdepends=('lsof: show files opened by a process'
             'strace: attach to a running process')
 options=('!emptydirs')
-source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('7d354d904bad591a931ad57e99fea84a')
+validpgpkeys=('8460980B2B79786DE0C7FCC83FD8F43C2BB3C478') # Hisham Muhammad 
<h...@hisham.hm>
+source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487'
+            'SKIP')
 
 build() {
   cd "$pkgname-$pkgver"

Reply via email to