summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2018-10-07 10:56:49 +0100
committerCrocoDuck2018-10-07 10:56:49 +0100
commitb5969b94c698fd69c4589e9b8f648456eb6f674f (patch)
treed2fd87bf941c727dd891bc4e06bc583c8f8c14fe /PKGBUILD
parent3bde677b92b13d9c343b0e1fae6209f3198c74d0 (diff)
downloadaur-b5969b94c698fd69c4589e9b8f648456eb6f674f.tar.gz
upgpkg r95.3adff28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e43adea82448..7028ffb71dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: CrocoDuck <crocoduck dot oducks at gmail dot com>
pkgname=dpf-plugins-git
-pkgver=r88.d3f1a4c
-pkgrel=2
+pkgver=r95.3adff28
+pkgrel=1
pkgdesc="Collection of DPF-based plugins by DISTRHO. LV2, LADSPA, dssi and VST."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${pkgname%-*}"
- make BUILD_DSSI=true BUILD_LV2=true BUILD_VST=true BUILD_JACK=true
+ make all && make all -C plugins/ProM
}
package() {