summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2019-02-06 16:53:19 +0000
committerTeteros2019-02-06 16:55:48 +0000
commit47202481ee1f0d25474f52ffce0e040953f28713 (patch)
treef636efadc6257502bb8574143758b0b90d420eaf
parent150fa5ef8e1b0865813044f25af550b05286a29f (diff)
downloadaur-47202481ee1f0d25474f52ffce0e040953f28713.tar.gz
Skip sources integrity checks
Since CMakeLists and config is pulled from LMMS master and veal LADSPA is pinned.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61fe0511d1e..9ae09c985dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calf-ladspa
pkgdesc = JACK audio plug-ins for musicians (LADSPA lmms fork)
pkgver = 0.90
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LMMS/veal
arch = i686
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = calf-ladspa
source = https://github.com/LMMS/veal/archive/ladspa.zip
source = https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/CMakeLists.txt
source = https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/config.h.in
- sha256sums = f422eb41409d2ef5e4bce7a2af44113cfead511b10aed0313bd1dfce595fb611
- sha256sums = 1a07f90853e3999edf396c720540c3655143ec5ecdef99cb45a1af97e20f5be7
- sha256sums = 8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = calf-ladspa
diff --git a/PKGBUILD b/PKGBUILD
index 9d6cf12f2833..c9eaf79c19e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_forkname=veal
pkgname=calf-ladspa
pkgver=0.90
-pkgrel=1
+pkgrel=2
pkgdesc="JACK audio plug-ins for musicians (LADSPA lmms fork)"
arch=('i686' 'x86_64')
url="https://github.com/LMMS/veal"
@@ -15,9 +15,7 @@ source=("https://github.com/LMMS/$_forkname/archive/ladspa.zip"
"https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/CMakeLists.txt"
"https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/config.h.in")
noextract=('ladspa.zip')
-sha256sums=('f422eb41409d2ef5e4bce7a2af44113cfead511b10aed0313bd1dfce595fb611'
- '1a07f90853e3999edf396c720540c3655143ec5ecdef99cb45a1af97e20f5be7'
- '8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4')
+sha256sums=('SKIP' 'SKIP' 'SKIP')
prepare(){
mkdir -p "$_forkname/build"