summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-10-04 21:50:37 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-10-04 21:50:37 (GMT)
commit607b7aa0ac7fea1ba04b297c3980a39c63f72230 (patch)
tree93c145dfd9d87f43995c45344a513269e35dcf07
parent73bcb1f432f4aecde6eb2b90277f5fc83f998620 (diff)
downloadlinhes_pkgbuild-607b7aa0ac7fea1ba04b297c3980a39c63f72230.zip
linhes_pkgbuild-607b7aa0ac7fea1ba04b297c3980a39c63f72230.tar.gz
linhes_pkgbuild-607b7aa0ac7fea1ba04b297c3980a39c63f72230.tar.bz2
pcre2: 10.35
-rw-r--r--abs/core/pcre2/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/pcre2/PKGBUILD b/abs/core/pcre2/PKGBUILD
index 9c2e463..6e122f1 100644
--- a/abs/core/pcre2/PKGBUILD
+++ b/abs/core/pcre2/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id$
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
# Based on the pcre package by Sébastien "Seblu" Luttringer
@@ -7,15 +6,17 @@
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre2
-pkgver=10.30
+pkgver=10.35
pkgrel=1
pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version'
arch=('x86_64')
-url='http://www.pcre.org/'
+url='https://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=('f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e')
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd'
+ 'SKIP')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
build() {
cd $pkgname-$pkgver