summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia DeMille2021-12-21 12:36:33 -0600
committerJulia DeMille2021-12-21 12:36:33 -0600
commit22e6b67e7af8e2557b8adadb3ec621485b2c2744 (patch)
tree2f644a779cbe6d3e4aa7f21e4fe3321767998d22
parent02a45a8d3375b3d7aea9b8004e8e26312f3d2f19 (diff)
downloadaur-22e6b67e7af8e2557b8adadb3ec621485b2c2744.tar.gz
Removing git from dependencies, changing package download URL to be based on variables.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49833785afa7..8b03ecee2c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,8 @@ pkgbase = linvst
url = https://github.com/osxmidi/LinVst
arch = x86_64
license = GPL3
- makedepends = git
depends = wine
- source = linvst-4.7.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/4.7.tar.gz
+ source = ${pkgname}-${pkgver}.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/${pkgver}.tar.gz
sha256sums = 96cf075eebb9db4d23f6fe7327b70496320f3d751e5ec24b7ffa3e29c750c8d1
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 070e15208507..d3ce1f248aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="Windows VST2 wrapper that allows them to be used as Linux VST2s in comp
arch=('x86_64')
url="https://github.com/osxmidi/LinVst"
depends=('wine')
-makedepends=('git')
-source=('linvst-4.7.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/4.7.tar.gz')
+source=('${pkgname}-${pkgver}.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/${pkgver}.tar.gz')
sha256sums=('96cf075eebb9db4d23f6fe7327b70496320f3d751e5ec24b7ffa3e29c750c8d1')
build() {