summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e54a412853..9c2981ef613d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plugdata-bin
pkgdesc = Plugin wrapper around Pure Data with a new JUCE GUI, allowing patching in DAWs
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plugdata-team/plugdata
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 8aa9673c6d59..8f8948f6e13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='plugdata-bin'
_name='plugdata'
pkgdesc='Plugin wrapper around Pure Data with a new JUCE GUI, allowing patching in DAWs'
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
groups=('lv2-plugins' 'vst3-plugins' 'clap-plugins' 'pro-audio')
depends=('freetype2' 'libx11' 'libxrandr' 'libxext' 'libxinerama' 'webkit2gtk' 'libxrender' 'libxinerama' 'libxcursor' 'alsa-lib' 'curl')
makedepends=()
@@ -28,6 +28,6 @@ package () {
mkdir -p "${pkgdir}/usr/lib/vst3/"
find . -name '*.vst3' -type d -exec cp -ar {} "${pkgdir}/usr/lib/vst3/" \;
mkdir -p "${pkgdir}/usr/lib/clap/"
- find . -name '*.clap' -type d -exec cp -ar {} "${pkgdir}/usr/lib/clap/" \;
+ find . -name '*.clap' -type f -exec cp -ar {} "${pkgdir}/usr/lib/clap/" \;
install -Dm755 -T ./plugdata/Standalone/* "${pkgdir}/usr/bin/${_name}"
}