summaryrefslogtreecommitdiffstats
path: root/pipelight/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-14 15:36:05 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-14 15:36:05 +0000
commitdbe91c83035626ad6cf2e943d133bb16624671c3 (patch)
tree7fecc4b5e95f17f238dc2a33f2c353b168e161b9 /pipelight/build
parent00b8a378f6fa8fe39c4eab25ad29f5091586ec33 (diff)
downloadasb-dbe91c83035626ad6cf2e943d133bb16624671c3.tar.gz
asb-dbe91c83035626ad6cf2e943d133bb16624671c3.tar.xz
Fix the download URL for install-dependency
Diffstat (limited to 'pipelight/build')
-rwxr-xr-xpipelight/build/pipelight.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild
index a4d8dc10..df35131c 100755
--- a/pipelight/build/pipelight.SlackBuild
+++ b/pipelight/build/pipelight.SlackBuild
@@ -73,7 +73,7 @@ SOURCE[2]="$SRCDIR/LICENSE.pluginloader-prebuilt"
SRCURL[2]="https://bitbucket.org/mmueller2012/pipelight/raw/v${VERSION}/debian/copyright"
SOURCE[3]="$SRCDIR/install-dependency-HEAD"
-SRCURL[3]="http://bazaar.launchpad.net/~mqchael/pipelight/master/download/head:/internal-scripts/install-dependency/install-dependency"
+SRCURL[3]="https://bitbucket.org/mmueller2012/pipelight/raw/master/internal-scripts/install-dependency"
##
## --- with a little luck, you won't have to edit below this point --- ##