summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia DeMille2021-12-21 12:38:20 -0600
committerJulia DeMille2021-12-21 12:38:20 -0600
commit0d2510ed18819d23a4e21dbcf4e128aaadf73126 (patch)
tree61a48f42529efd9fb48904a636ec3d1ba0ee7004
parent22e6b67e7af8e2557b8adadb3ec621485b2c2744 (diff)
downloadaur-0d2510ed18819d23a4e21dbcf4e128aaadf73126.tar.gz
Fixing single quotes.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3ce1f248aa8..4c64d02bd343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +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')
-source=('${pkgname}-${pkgver}.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/${pkgver}.tar.gz')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osxmidi/LinVst/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('96cf075eebb9db4d23f6fe7327b70496320f3d751e5ec24b7ffa3e29c750c8d1')
build() {