summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangeppato2019-02-01 16:57:58 +0100
committerSangeppato2019-02-01 16:57:58 +0100
commit435fe4f851cfa9c3b09d781ea7a3af26d1b7ccbf (patch)
tree35cbed5a29125d529d273cfa3efff9802309b081
parentb05b352322303e4cd43bcee5fd9f4de71876b481 (diff)
downloadaur-435fe4f851cfa9c3b09d781ea7a3af26d1b7ccbf.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ceffdbbaaa1..6a8c1515b415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,10 @@ pkgbase = linvst-stable
url = https://github.com/osxmidi/LinVst
arch = x86_64
license = GPL
- makedepends = gtk3
depends = wine
+ depends = gtk3
provides = linvst
conflicts = linvst
- conflicts = linvst-git
- conflicts = linvst-bin
source = https://github.com/osxmidi/LinVst/archive/2.4.tar.gz
sha256sums = 8d569804b5d0bbc305283d1f2d8ff7c04f9150bd7208a6d86feabbd17bdd34d7
diff --git a/PKGBUILD b/PKGBUILD
index 42f11f7cfb6d..19868806f9fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@ pkgrel=1
_pkgname=LinVst
provides=('linvst')
-conflicts=('linvst' 'linvst-git' 'linvst-bin')
+conflicts=('linvst')
pkgdesc="Bridge that allows Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
url="https://github.com/osxmidi/LinVst"
arch=('x86_64')
license=('GPL')
-depends=('wine')
-makedepends=('gtk3')
+depends=('wine' 'gtk3')
+makedepends=()
source=("https://github.com/osxmidi/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('8d569804b5d0bbc305283d1f2d8ff7c04f9150bd7208a6d86feabbd17bdd34d7')