From b4fd1197563aca30cf01bf3efaa5c015ba768e11 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 26 Jun 2015 23:01:28 -0700 Subject: Use libicucore's uregex to avoid Depends: libpcre. --- sysroot.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'sysroot.sh') diff --git a/sysroot.sh b/sysroot.sh index 55b65ca..ec3ee2c 100755 --- a/sysroot.sh +++ b/sysroot.sh @@ -67,7 +67,6 @@ urls[apr-lib]=http://apt.saurik.com/debs/apr-lib_1.3.3-2_iphoneos-arm.deb urls[apt7]=http://apt.saurik.com/debs/apt7_0.7.25.3-7_iphoneos-arm.deb urls[apt7-lib]=http://apt.saurik.com/debs/apt7-lib_0.7.25.3-12_iphoneos-arm.deb urls[coreutils]=http://apt.saurik.com/debs/coreutils_7.4-11_iphoneos-arm.deb -urls[pcre]=http://apt.saurik.com/debs/pcre_7.9-3_iphoneos-arm.deb if [[ 0 ]]; then wget -qO- "${repository}dists/${distribution}/${component}/binary-${architecture}/Packages.bz2" | bzcat | { -- cgit v1.2.3