diff options
author | imlonghao | 2020-02-20 12:48:53 +0000 |
---|---|---|
committer | imlonghao | 2020-02-20 12:48:53 +0000 |
commit | cf112e4e95de552705388787ecd61cb78c427fed (patch) | |
tree | 322ac1f424b8e3cab9a67650e328681b618dfba5 | |
parent | 5c7fbcfe45643f7237983a993e5bca57f06095f0 (diff) | |
download | aur-cf112e4e95de552705388787ecd61cb78c427fed.tar.gz |
Add git to makedepends
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,9 +7,11 @@ pkgbase = esbuild-git arch = i686 license = MIT makedepends = go + makedepends = git provides = esbuild conflicts = esbuild source = esbuild-git::git+https://github.com/evanw/esbuild.git sha256sums = SKIP pkgname = esbuild-git + @@ -7,7 +7,7 @@ pkgdesc="An extremely fast JavaScript bundler and minifier" arch=("x86_64" "i686") url="https://github.com/evanw/esbuild" license=(MIT) -makedepends=(go) +makedepends=(go git) provides=(esbuild) conflicts=(esbuild) source=("${pkgname}::git+https://github.com/evanw/esbuild.git") |