summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2016-03-02 22:49:49 +0000
committerCrocoDuck2016-03-02 22:49:49 +0000
commit79ed108682fc15aabf32965fd9bef3a20b740163 (patch)
tree838aa6f4bc9be88e596afc1d65773d919a21cfad
parent0cf9dfd42434b045ea188cc24b958b6e60188ee2 (diff)
downloadaur-79ed108682fc15aabf32965fd9bef3a20b740163.tar.gz
Update to r337.75bbdc9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 441ddb6af8b4..9f33a267bea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 21:05:15 UTC 2016
+# Wed Mar 2 22:48:51 UTC 2016
pkgbase = distrho-vst-git
- pkgdesc = Distrho VST Audio Plugins, using the JUCE Toolkit
- pkgver = r336.7bcbc9b
- pkgrel = 2
+ pkgdesc = DISTRHO VST audio plugins ports
+ pkgver = r337.75bbdc9
+ pkgrel = 1
url = http://distrho.sourceforge.net/
arch = i686
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = distrho-vst-git
depends = freetype2
depends = alsa-lib
depends = libxext
- provides = distrho-vst-git
- conflicts = distrho-vst-git
+ provides = distrho-vst
conflicts = distrho-vst
+ conflicts = distrho-vst-git
conflicts = distrho-plugins-vst-git
source = distrho-vst-git::git://github.com/DISTRHO/DISTRHO-Ports
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86f62e04fa01..09a7fd301e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor : speps <speps at aur dot archlinux dot org>
pkgname=distrho-vst-git
-pkgver=r336.7bcbc9b
-pkgrel=2
-pkgdesc="Distrho VST Audio Plugins, using the JUCE Toolkit"
+pkgver=r337.75bbdc9
+pkgrel=1
+pkgdesc="DISTRHO VST audio plugins ports"
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('freetype2' 'alsa-lib' 'libxext')
makedepends=('premake3' 'git' 'libxinerama' 'libxrender' 'libxcursor' 'steinberg-vst36')
-provides=("${pkgname}")
-conflicts=("${pkgname}" "distrho-vst" "distrho-plugins-vst-git")
+provides=("${pkgname%-*}")
+conflicts=("${pkgname%-*}" "distrho-vst-git" "distrho-plugins-vst-git")
source=("${pkgname}::git://github.com/DISTRHO/DISTRHO-Ports")
md5sums=('SKIP')
@@ -28,7 +28,8 @@ build() {
}
package() {
- cd "$pkgname"
- install -d bin/vst/ "$pkgdir"/usr/lib/vst/
- cp -a bin/vst/. "$pkgdir"/usr/lib/vst/
+ cd "$pkgname"/bin/vst
+ for i in *; do
+ install -D "$i" ""$pkgdir"/usr/lib/vst/$i"
+ done
}