aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/ocaml-num/ocaml-num.SlackBuild2
-rw-r--r--development/ocaml-num/ocaml-num.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/ocaml-num/ocaml-num.SlackBuild b/development/ocaml-num/ocaml-num.SlackBuild
index 23e6e25bd3938..093f89125ff38 100644
--- a/development/ocaml-num/ocaml-num.SlackBuild
+++ b/development/ocaml-num/ocaml-num.SlackBuild
@@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf num-$VERSION
-tar xvf $CWD/num-v$VERSION.tar.gz
+tar xvf $CWD/num-$VERSION.tar.gz
cd num-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/ocaml-num/ocaml-num.info b/development/ocaml-num/ocaml-num.info
index ac1bad30be252..20cbe36460d81 100644
--- a/development/ocaml-num/ocaml-num.info
+++ b/development/ocaml-num/ocaml-num.info
@@ -1,7 +1,7 @@
PRGNAM="ocaml-num"
VERSION="1.4"
HOMEPAGE="https://github.com/ocaml/num/"
-DOWNLOAD="https://github.com/ocaml/num/archive/v1.4/num-v1.4.tar.gz"
+DOWNLOAD="https://github.com/ocaml/num/archive/v1.4/num-1.4.tar.gz"
MD5SUM="cda2b727e116a0b6a9c03902cc4b2415"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""