summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609ae607129f..e159b08d2822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calf-ladspa
pkgdesc = JACK audio plug-ins for musicians (LADSPA version)
pkgver = 0.90.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/LMMS/veal
arch = i686
arch = x86_64
@@ -15,9 +15,8 @@ pkgbase = calf-ladspa
source = https://github.com/LMMS/veal/archive/f889b76ff8d288df6f2ea4c9e315632b63831039.tar.gz
source = https://raw.githubusercontent.com/LMMS/lmms/7e986a83230b5f52a4cd3a917c99d69ac96f007a/plugins/LadspaEffect/calf/CMakeLists.txt
source = https://raw.githubusercontent.com/LMMS/lmms/ae0dd21df30fb42a2194e2752d1c00ea0d2afdb9/plugins/LadspaEffect/calf/config.h.in
- sha256sums = 38280b04d18a58ef105c6cc1570f544c3c9d22cbf9a7d692a8725268bccb48f3
- sha256sums = 8eb416c9adff1c0e50a9042e4179a424ed312c8b5de5ca4e232e279b65910aa0
- sha256sums = 8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = calf-ladspa
-
diff --git a/PKGBUILD b/PKGBUILD
index cf8b7d808c0e..6d0fe4cf2a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _forkname=veal
_commit=f889b76ff8d288df6f2ea4c9e315632b63831039
pkgname=calf-ladspa
pkgver=0.90.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="JACK audio plug-ins for musicians (LADSPA version)"
arch=(i686 x86_64)
url="https://github.com/LMMS/veal"
@@ -16,9 +16,7 @@ source=("https://github.com/LMMS/$_forkname/archive/$_commit.tar.gz"
"https://raw.githubusercontent.com/LMMS/lmms/7e986a83230b5f52a4cd3a917c99d69ac96f007a/plugins/LadspaEffect/calf/CMakeLists.txt"
"https://raw.githubusercontent.com/LMMS/lmms/ae0dd21df30fb42a2194e2752d1c00ea0d2afdb9/plugins/LadspaEffect/calf/config.h.in")
noextract=("$_commit.tar.gz")
-sha256sums=('38280b04d18a58ef105c6cc1570f544c3c9d22cbf9a7d692a8725268bccb48f3'
- '8eb416c9adff1c0e50a9042e4179a424ed312c8b5de5ca4e232e279b65910aa0'
- '8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4')
+sha256sums=('SKIP' 'SKIP' 'SKIP')
prepare(){
mkdir "$_forkname"