summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreNV252021-12-24 22:54:06 +0530
committereNV252021-12-24 22:54:06 +0530
commitd1bc57ec1c34cd651c7ff1fffa9521a357211002 (patch)
tree5bba46cd6e8574702078e5af945658b041786a98 /PKGBUILD
parentd9e7829c1ff2c083f54705401f75424c8a4cf55e (diff)
downloadaur-d1bc57ec1c34cd651c7ff1fffa9521a357211002.tar.gz
minor fix from shellcheck
vim-toml-git 1:r76.2c8983c-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 895dc0f7b006..5aa92ac781e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git')
groups=('vim-plugins')
url="https://github.com/cespare/vim-toml"
license=('MIT')
-source=(${pkgname%-git}::git+https://github.com/cespare/vim-toml#branch=main)
+source=("${pkgname%-git}::git+https://github.com/cespare/vim-toml#branch=main")
sha256sums=('SKIP')
provides=('vim-toml')
conflicts=('vim-toml')