summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2020-04-27 17:53:48 +0200
committerDavid Otto2020-04-27 17:53:52 +0200
commit813f2a7f90f21e7c2af68ba579ee4a701769c084 (patch)
treed370d9628ff9c0441f535b06e67ac00c7a476af1
parente00c2445b3319a42aa99ecada812f0cb715da337 (diff)
downloadaur-813f2a7f90f21e7c2af68ba579ee4a701769c084.tar.gz
Fix PKGBUILD: makefile was renamed
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e43f6624d416..270e559c9f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=linvst
-pkgver=2.8.r35.0aae371
+pkgver=2.8.r85.105128a
pkgrel=1
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
@@ -21,10 +21,10 @@ prepare() {
build() {
cd "${srcdir}/LinVst"
- make -f Makefile-embed-6432 DESTDIR="${pkgdir}" all
+ make -f Makefile-64-32bit DESTDIR="${pkgdir}" all
}
package() {
cd "${srcdir}/LinVst"
- make -f Makefile-embed-6432 DESTDIR="${pkgdir}" VST_DIR="${pkgdir}/usr/lib/vst/" install
+ make -f Makefile-64-32bit DESTDIR="${pkgdir}" VST_DIR="${pkgdir}/usr/lib/vst/" install
}