From 81396208970c465f4a326e5c556f6d01dd319f9e Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 23 Apr 2016 17:50:45 -0300 Subject: pcre-static: fix PKGBUILD --- libre/pcre-static/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/pcre-static/PKGBUILD') diff --git a/libre/pcre-static/PKGBUILD b/libre/pcre-static/PKGBUILD index 1a17258de..ee8939f10 100644 --- a/libre/pcre-static/PKGBUILD +++ b/libre/pcre-static/PKGBUILD @@ -4,12 +4,12 @@ _pkgname=pcre pkgname=pcre-static pkgver=8.38 -pkgrel=3 +pkgrel=3.1 pkgdesc='A library that implements Perl 5-style regular expressions (static libraries only)' arch=('i686' 'x86_64' 'armv7h') url='http://www.pcre.org/' license=('BSD') -depends=('gcc-libs-static' 'readline-static' 'bzip2-static' 'pcre') +depends=('pcre') options=('staticlibs') validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig} -- cgit v1.2.3