diff options
Diffstat (limited to 'source/l/pcre')
-rwxr-xr-x | source/l/pcre/pcre.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/pcre/pcre.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/l/pcre/pcre.SlackBuild b/source/l/pcre/pcre.SlackBuild index 181c8cc9..4c86bcb5 100755 --- a/source/l/pcre/pcre.SlackBuild +++ b/source/l/pcre/pcre.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pcre VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/pcre/pcre.url b/source/l/pcre/pcre.url new file mode 100644 index 00000000..249757b9 --- /dev/null +++ b/source/l/pcre/pcre.url @@ -0,0 +1 @@ +ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ |