summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97b90ef84df2..54000f478f7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ check() {
for _name in {downsampler_{mono,stereo},granulator_{mono,stereo}}; do
lv2lint -Mpack \
-I "build/${pkgname//-/.}" \
- "http://github.com/blablack/deteriorate-lv2/${_name}" \
+ "https://github.com/blablack/deteriorate-lv2/${_name}" \
|| echo "Known to fail: https://github.com/blablack/deteriorate-lv2/issues/10"
done
}