summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2019-11-26 20:41:15 +0100
committerspider-mario2019-11-26 20:41:47 +0100
commit115e14bbe2b17f79fdca2f2903b2e6daed887c9b (patch)
treebbba9fbed7fd6f94c8c216bca9b146233804e62c
parentf535df8f86b4f0cf40f658bbc68a5a9e129bb03a (diff)
downloadaur-115e14bbe2b17f79fdca2f2903b2e6daed887c9b.tar.gz
Use a local:// URI instead of file://
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7741c021f133..ea44348c5f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = pianoteq-stage
conflicts = pianoteq
conflicts = pianoteq-stage-bin
conflicts = pianoteq-standard-trial-bin
- source = file://pianoteq_stage_linux_v660.7z
+ source = local://pianoteq_stage_linux_v660.7z
source = https://www.pianoteq.com/images/logo/pianoteq_icon_128.png
sha512sums = cc539eed0b155a05e277dcdb3746106b5cbf8931d3b396833297a46e0485b92299b23ae091f3b4ae796caa924cc4d5b10e549a8c57d4e66a6519f64590c8217b
sha512sums = 71690cc597b16cd363ddf8837c81eece620be275bf7860e2a2a30cc94da73f32a809d24a086c6ceacbe945282c8b73d03d6567e6058b620b4beb07feb4e46dab
diff --git a/PKGBUILD b/PKGBUILD
index f62ad61a284d..0723b46c6f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ conflicts=("${pkgname%-*}" "pianoteq-stage-bin" "pianoteq-standard-trial-bin")
# the source package must be downloaded manually
# this can be done by going to the link here:
# https://www.pianoteq.com/download?file=pianoteq_stage_linux_v660.7z
-source=("file://pianoteq_stage_linux_v${pkgver//./}.7z"
+source=("local://pianoteq_stage_linux_v${pkgver//./}.7z"
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
sha512sums=('cc539eed0b155a05e277dcdb3746106b5cbf8931d3b396833297a46e0485b92299b23ae091f3b4ae796caa924cc4d5b10e549a8c57d4e66a6519f64590c8217b'
'71690cc597b16cd363ddf8837c81eece620be275bf7860e2a2a30cc94da73f32a809d24a086c6ceacbe945282c8b73d03d6567e6058b620b4beb07feb4e46dab')