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

Felix Yan felixonmars at archlinux.org
Thu Nov 8 12:39:38 UTC 2018


    Date: Thursday, November 8, 2018 @ 12:39:37
  Author: felixonmars
Revision: 338365

add pgp signature

Modified:
  pcre2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 12:37:24 UTC (rev 338364)
+++ PKGBUILD	2018-11-08 12:39:37 UTC (rev 338365)
@@ -13,8 +13,10 @@
 url='http://www.pcre.org/'
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2")
-sha512sums=('3d712e7d6afbaef227952680ded69fadbdec0b1abdfcac17cf071415c3c93edd152d6d268dec80570aedf24f82ba954f74f5f9e62c9b9991be75080a3d6ab5fe')
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('3d712e7d6afbaef227952680ded69fadbdec0b1abdfcac17cf071415c3c93edd152d6d268dec80570aedf24f82ba954f74f5f9e62c9b9991be75080a3d6ab5fe'
+            'SKIP')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')  # Philip Hazel
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list