[arch-commits] Commit in htop/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Nov 22 15:27:22 UTC 2016


    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 <angvp at archlinux.org> 
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Daniel J Griffiths <ghost1227 at 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 at hisham.hm>
+source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487'
+            'SKIP')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list