summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-02-14 07:56:24 +0100
committerAlbert Graef2016-02-14 07:56:24 +0100
commitc1aa6d3ebbe7b8b115de10e42704e544808b2991 (patch)
tree25e930f88dd7599c761acaaf33e30aa03e324edb
parent0ea7425da47470e00941715b94349608c5e736a6 (diff)
downloadaur-c1aa6d3ebbe7b8b115de10e42704e544808b2991.tar.gz
Don't install the Faust architecture and script files any more, as they are now included in faust-git/faust2-git.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f6eedb57b0c..fcbde8c2e935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 12 12:33:13 UTC 2016
+# Sun Feb 14 06:54:39 UTC 2016
pkgbase = faust-vst-git
pkgdesc = VST plugin architecture for Faust
- pkgver = 39.2cb1896
+ pkgver = 40.f65d286
pkgrel = 1
url = https://bitbucket.org/agraef/faust-vst/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dfb67f70dc94..87ab454aa196 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Albert Graef <aggraef at gmail dot com>
pkgname=faust-vst-git
-pkgver=39.2cb1896
+pkgver=40.f65d286
pkgrel=1
pkgdesc="VST plugin architecture for Faust"
arch=("i686" "x86_64")
@@ -24,7 +24,7 @@ build() {
package() {
cd $srcdir/faust-vst
- make prefix=/usr DESTDIR=$pkgdir install install-faust || return 1
+ make prefix=/usr DESTDIR=$pkgdir install || return 1
mkdir -p "$pkgdir/usr/share/doc/$pkgname"
install -m644 README* "$pkgdir/usr/share/doc/$pkgname/"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"