Date: Friday, August 4, 2017 @ 18:22:00 Author: eworm Revision: 301645
upgpkg: git 2.14.0-1 * new upstream release * switch to pcre v2 Modified: git/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-04 18:03:25 UTC (rev 301644) +++ PKGBUILD 2017-08-04 18:22:00 UTC (rev 301645) @@ -3,13 +3,13 @@ # Maintainer: Dan McGee <[email protected]> pkgname=git -pkgver=2.13.4 -pkgrel=2 +pkgver=2.14.0 +pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) url="http://git-scm.com/" license=('GPL2') -depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre') +depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre2') makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc') optdepends=('tk: gitk and git gui' 'perl-libwww: git svn' @@ -33,7 +33,7 @@ "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign" [email protected] git-daemon.socket) -sha256sums=('371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda' +sha256sums=('f93e6e6a307d2e953cccafd9f4003c62992628fa508d07586476c953c1655975' 'SKIP' '3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6' 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203') @@ -43,7 +43,7 @@ cd "$srcdir/$pkgname-$pkgver" make prefix=/usr gitexecdir=/usr/lib/git-core \ CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ - USE_LIBPCRE=1 \ + USE_LIBPCRE2=1 \ NO_CROSS_DIRECTORY_HARDLINKS=1 \ MAN_BOLD_LITERAL=1 \ all doc @@ -68,7 +68,7 @@ SHELL=/bin/sh \ make prefix=/usr gitexecdir=/usr/lib/git-core \ CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ - USE_LIBPCRE=1 \ + USE_LIBPCRE2=1 \ NO_CROSS_DIRECTORY_HARDLINKS=1 \ MAN_BOLD_LITERAL=1 \ NO_SVN_TESTS=y \ @@ -83,7 +83,7 @@ cd "$srcdir/$pkgname-$pkgver" make prefix=/usr gitexecdir=/usr/lib/git-core \ CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ - USE_LIBPCRE=1 \ + USE_LIBPCRE2=1 \ NO_CROSS_DIRECTORY_HARDLINKS=1 \ MAN_BOLD_LITERAL=1 \ INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
