summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasukaminato2023-04-15 04:28:14 +0900
committerasukaminato2023-04-15 04:28:14 +0900
commitdd31e091e7efe960a49f5091cba58ee21990ba7b (patch)
tree0d27cc7186b185cc84bff855b525b6f398e4dc92
parent62ee4b6de1d007eb34f150e05d1928095fe48f33 (diff)
downloadaur-dd31e091e7efe960a49f5091cba58ee21990ba7b.tar.gz
fix url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44746f6fa60f..12c44d8f96ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://${_name}.github.io"
license=('MIT')
provides=("${_name}")
conflicts=("${_name}")
-source=(LICENSE.md::hhttps://raw.githubusercontent.com/evanw/esbuild/23c40b1b6a76a8626f1d160f89677ed2c73b6090/LICENSE.md)
+source=(LICENSE.md::https://raw.githubusercontent.com/evanw/esbuild/23c40b1b6a76a8626f1d160f89677ed2c73b6090/LICENSE.md)
_get_source() {
local npmpkg="linux-$1"
local archive="${npmpkg}-${pkgver}.tgz"