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

Bruno Pagani archange at archlinux.org
Thu Jan 18 19:04:22 UTC 2018


    Date: Thursday, January 18, 2018 @ 19:04:22
  Author: archange
Revision: 283976

HTTPS+GPG, rebuild just in case

Modified:
  flashrom/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 18:57:39 UTC (rev 283975)
+++ PKGBUILD	2018-01-18 19:04:22 UTC (rev 283976)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Bruno Pagani <archange at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Cilyan Olowen <gaknar at gmail.com>
 # Contributor: fill <mailbox at fillo.ru>
@@ -7,30 +7,31 @@
 
 pkgname=flashrom
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.flashrom.org/"
+url="https://www.flashrom.org/"
 arch=('x86_64')
 license=('GPL')
 depends=('libftdi' 'pciutils' 'libusb-compat')
 optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
-source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64')
+source=("https://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64' 'SKIP')
+validpgpkeys=('58A4868B25C7CFD662FB0132A3EB95B8D9780F68') # David Hendricks (packaging key) <david.hendricks at gmail.com>
 
 prepare() {
-cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
 
   sed -i "s:sbin:bin:g" Makefile
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
 
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
 
-  make PREFIX="$pkgdir"/usr install
+  make PREFIX="${pkgdir}"/usr install
 }



More information about the arch-commits mailing list