summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ea879b0af0..59a8f24765ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dpf-plugins-git
pkgdesc = Collection of DPF-based plugins by DISTRHO. LV2, LADSPA, dssi and VST.
- pkgver = r88.d3f1a4c
- pkgrel = 2
+ pkgver = r95.3adff28
+ pkgrel = 1
url = http://distrho.sourceforge.net/
arch = i686
arch = x86_64
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() {