summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2021-05-17 22:22:15 +0100
committerTeteros2021-05-17 22:22:15 +0100
commit461fd5ad444062c960025adff2670dbb311016bc (patch)
tree9fbabfbe63fd70a3684a131a1e1610d0793c4950
parentf2b82ac1b2272865ea842824c3bf8c9cc0549e4c (diff)
downloadaur-461fd5ad444062c960025adff2670dbb311016bc.tar.gz
0.90.1.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1e7d6b0c0f..609ae607129f 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 = 1
+ pkgrel = 2
url = https://github.com/LMMS/veal
arch = i686
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = calf-ladspa
conflicts = lmms
noextract = f889b76ff8d288df6f2ea4c9e315632b63831039.tar.gz
source = https://github.com/LMMS/veal/archive/f889b76ff8d288df6f2ea4c9e315632b63831039.tar.gz
- source = https://raw.githubusercontent.com/LMMS/lmms/aa0ce7fc545bbf2f63cb4df8853c1de474faba0d/plugins/LadspaEffect/calf/CMakeLists.txt
+ 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 = e9f94704e2cfbdca02e729aebcf5da9e65a9ebbead5434b69a29872a9ffdb63c
+ sha256sums = 8eb416c9adff1c0e50a9042e4179a424ed312c8b5de5ca4e232e279b65910aa0
sha256sums = 8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4
pkgname = calf-ladspa
diff --git a/PKGBUILD b/PKGBUILD
index 3611e1f02fe3..cf8b7d808c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _forkname=veal
_commit=f889b76ff8d288df6f2ea4c9e315632b63831039
pkgname=calf-ladspa
pkgver=0.90.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="JACK audio plug-ins for musicians (LADSPA version)"
arch=(i686 x86_64)
url="https://github.com/LMMS/veal"
@@ -13,11 +13,11 @@ groups=(ladspa-plugins pro-audio)
makedepends=(cmake ladspa)
conflicts=(lmms)
source=("https://github.com/LMMS/$_forkname/archive/$_commit.tar.gz"
- "https://raw.githubusercontent.com/LMMS/lmms/aa0ce7fc545bbf2f63cb4df8853c1de474faba0d/plugins/LadspaEffect/calf/CMakeLists.txt"
+ "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'
- 'e9f94704e2cfbdca02e729aebcf5da9e65a9ebbead5434b69a29872a9ffdb63c'
+ '8eb416c9adff1c0e50a9042e4179a424ed312c8b5de5ca4e232e279b65910aa0'
'8cd19eb7f19ecdbcbe3b82f91e703981f0c36d348d6a150f640ab2162d8cbad4')
prepare(){
@@ -26,7 +26,8 @@ prepare(){
}
build() {
- cmake -S "$_forkname" -B build -Wno-dev -DCMAKE_BUILD_TYPE=Release --build .
+ cmake . -B build -Wno-dev -DCMAKE_BUILD_TYPE=Release
+ cmake --build build
}
package() {