diff options
author | Danny Rawlins <contact@romster.me> | 2020-12-05 19:10:37 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2020-12-05 19:10:37 +1100 |
commit | d0f4de69e1c4e22240239f048b8fd729c2936167 (patch) | |
tree | b062389e12f8a18ebd403f629c7f78756d5f85de /lsp-plugins | |
parent | 7492c8ef9be6d90dcbce12860fa66575cce0f255 (diff) | |
download | contrib-d0f4de69e1c4e22240239f048b8fd729c2936167.tar.gz contrib-d0f4de69e1c4e22240239f048b8fd729c2936167.tar.xz |
lsp-plugins: fix source
Diffstat (limited to 'lsp-plugins')
-rw-r--r-- | lsp-plugins/.signature | 4 | ||||
-rw-r--r-- | lsp-plugins/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lsp-plugins/.signature b/lsp-plugins/.signature index 6dde9253f..e03ee6fdf 100644 --- a/lsp-plugins/.signature +++ b/lsp-plugins/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31TjHkd8zYocnUfp5JRH9ET5A+eA9sw1tCjv57nTngrUh8qa2MC0gb9JgKWNqw4XxwkVYVK5BPTQgq9JkM+5uwQ= -SHA256 (Pkgfile) = 5ac4904c9b09e35865283c48b902d69dc1150f967edc1e4c36f422da6761ce5c +RWSagIOpLGJF331QwbuJJdAccfsPm7XpO3pUiRl955ZkOiaJdrM8uhSif9sXmhbiFVTTEtY5eKZjeBDcL7gNwtPW9JOzZ0hepgY= +SHA256 (Pkgfile) = c98b58aee4b57374c4f21ce8c6d0fc9a4e45951dee2a7c11d86b6442e59ab18f SHA256 (.footprint) = f31813f7275c2f544d6411395a42c47f8c3078a2d7c2e511aadd1eb7e2b9beac SHA256 (lsp-plugins-src-1.1.26.tar.gz) = 159ad312e11d39967fba92b5210316d423856c37f4b95aaaa297f772a5f009fb diff --git a/lsp-plugins/Pkgfile b/lsp-plugins/Pkgfile index c6a0bd958..683a90f49 100644 --- a/lsp-plugins/Pkgfile +++ b/lsp-plugins/Pkgfile @@ -1,12 +1,12 @@ # Description: Collection of free plugins compatible with LADSPA, LV2 and LinuxVST # URL: https://lsp-plug.in # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: cairo jack ladspa lv2 mesa3d opus php util-linux +# Depends on: cairo jack ladspa lv2 mesa3d php util-linux name=lsp-plugins version=1.1.26 release=1 -source=(https://github.com/sadko4u/lsp-plugins/releases/download/lsp-plusings-$version/$name-src-$version.tar.gz) +source=(https://github.com/sadko4u/lsp-plugins/releases/download/$name-$version/$name-src-$version.tar.gz) build() { cd $name-src-$version |