summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorT.J. Townsend2022-11-09 15:12:54 +0000
committerT.J. Townsend2022-11-09 15:12:54 +0000
commitb0684f9dd454d0cdf5e998a80e6d3d11bbccb590 (patch)
treeb8cb70f1b219d2354e1614d9d6c78dcfc4b9f8e7
parent5c96186a79e4b440fe6cdf899171acacb49346f3 (diff)
downloadaur-b0684f9dd454d0cdf5e998a80e6d3d11bbccb590.tar.gz
switch some urls and source lines to https
-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
}