diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-03-31 01:18:23 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-03-31 01:18:23 +1100 |
commit | 21822e73d7b05e00870f2e077383208634658a75 (patch) | |
tree | 999ba828ed9e358099264906734ed6a3dbd9ace1 | |
parent | 0b543fd042ff9d1dbf06ef9bae23a80c4046706f (diff) | |
download | contrib-21822e73d7b05e00870f2e077383208634658a75.tar.gz contrib-21822e73d7b05e00870f2e077383208634658a75.tar.xz |
libbluray: host the source since ftp/dns has some weird error.
==> PASV ... couldn't connect to 127.0.1.1 port 62618: Connection refused
-rw-r--r-- | libbluray/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbluray/Pkgfile b/libbluray/Pkgfile index 0dbad4ca8..e65ec0401 100644 --- a/libbluray/Pkgfile +++ b/libbluray/Pkgfile @@ -7,7 +7,8 @@ name=libbluray version=0.9.2 release=1 -source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) +source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2) +#source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) # PASV ... couldn't connect to 127.0.1.1. something is wrong with this ftp /dns, works with curl but not wget build() { cd $name-$version |