From a9ea0a1774569dcc5ebb3db6f4fb79f03e77f150 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Aug 2014 10:23:16 +0200 Subject: [PATCH] lib{archive,ressl}: revbump to build 32bit devel pkgs with correct rdeps. --- srcpkgs/libarchive/template | 2 +- srcpkgs/libressl/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 8d435905199..588b61b6792 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive version=3.1.2 -revision=7 +revision=8 bootstrap=yes build_style=gnu-configure configure_args="--without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no" diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index fe861db816a..81bb7002bdf 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl version=2.0.5 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"