diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-10-04 21:42:19 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-10-04 21:42:19 (GMT) |
commit | e4573efce4b2dc885ae5824137574347fdcc62c7 (patch) | |
tree | 848d220a9b0731494262282631b8491b3fcd931d | |
parent | 1ad715c013f31c95bb592160638b8f828416ca71 (diff) | |
download | linhes_pkgbuild-e4573efce4b2dc885ae5824137574347fdcc62c7.zip linhes_pkgbuild-e4573efce4b2dc885ae5824137574347fdcc62c7.tar.gz linhes_pkgbuild-e4573efce4b2dc885ae5824137574347fdcc62c7.tar.bz2 |
pcre: 8.44
-rw-r--r-- | abs/core/pcre/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/pcre/PKGBUILD b/abs/core/pcre/PKGBUILD index 0b25d9f..e24ab03 100644 --- a/abs/core/pcre/PKGBUILD +++ b/abs/core/pcre/PKGBUILD @@ -1,21 +1,20 @@ -# $Id$ # Maintainer: Sébastien "Seblu" Luttringer # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=pcre -pkgver=8.41 +pkgver=8.44 pkgrel=1 pkgdesc='A library that implements Perl 5-style regular expressions' arch=('x86_64') -url='http://www.pcre.org/' +url='https://www.pcre.org/' license=('BSD') depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash') validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}) -md5sums=('c160d22723b1670447341b08c58981c1' - 'SKIP') +sha512sums=('f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac' + 'SKIP') prepare() { cd $pkgname-$pkgver |