summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-03-26 20:21:24 +0800
committerSainnhe Park2021-03-26 20:21:24 +0800
commit66bf2493946f45434ab6c42c8537c1e1410e6679 (patch)
treecb5d20403ba9fc927927192d32abfb3639080e4d
parentdda2b971a7914c4e32a76b5a7ec4792e488408aa (diff)
downloadaur-66bf2493946f45434ab6c42c8537c1e1410e6679.tar.gz
Fix webpack config
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f161f36e253..5aa1329f0313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ sha256sums=('3942014f681bfe2b25f3653fbb1108dbaf1de9f4f6993e9770a7fd42a92014f2')
build() {
cd "${srcdir}/coc.nvim-${_hash}"
+ sed -i "3s/=.*/= '${_hash}'/" webpack.config.js
yarn install --frozen-lockfile --preferred-cache-folder "${srcdir}/.cache"
yarn run build
}