Skip to content

Commit

Permalink
upgpkg: esbuild 0.17.5-2
Browse files Browse the repository at this point in the history
fix: do not set ESBUILD_BINARY_PATH

see: evanw/esbuild#2865 (comment)
  • Loading branch information
dundee committed Feb 1, 2023
1 parent d857ebf commit 97a23e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = esbuild
pkgdesc = An extremely fast JavaScript and CSS bundler and minifier.
pkgver = 0.17.5
pkgrel = 1
pkgrel = 2
url = https://esbuild.github.io/
arch = x86_64
arch = i686
Expand Down
6 changes: 1 addition & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=esbuild
pkgver=0.17.5
pkgrel=1
pkgrel=2
pkgdesc="An extremely fast JavaScript and CSS bundler and minifier."
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://${pkgname}.github.io/"
Expand All @@ -30,10 +30,6 @@ package() {
local bin="/usr/bin/${pkgname}"
install -Dm755 "build/${pkgname}" "${pkgdir}${bin}"

local profile="/etc/profile.d"
install -dm755 "${pkgdir}${profile}"
echo "export ESBUILD_BINARY_PATH='${bin}'" > "${pkgdir}${profile}/${pkgname}.sh"

cd "${_snapshot}"
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE.md"
}

0 comments on commit 97a23e5

Please sign in to comment.