use bun instead

This commit is contained in:
AzPepoze 2026-02-22 05:37:43 +07:00
parent 153e16b494
commit d5266d4fb9
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ pkgbase = linux-wallpaperengine-gui-git
arch = x86_64
license = MIT
makedepends = git
makedepends = npm
makedepends = bun
makedepends = go
makedepends = python
depends = linux-wallpaperengine

View file

@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/AzPepoze/linux-wallpaperengine-gui"
license=('MIT')
depends=('linux-wallpaperengine' 'gtk3' 'nss' 'libxss' 'alsa-lib')
makedepends=('git' 'npm' 'go' 'python')
makedepends=('git' 'bun' 'go' 'python')
provides=("$_pkgname")
conflicts=("$_pkgname" "${_pkgname}-bin")
source=("git+${url}.git")
@ -51,8 +51,8 @@ build() {
export GOCACHE="$srcdir/go-build"
export GOMODCACHE="$srcdir/go/pkg/mod"
npm install --verbose
npm run build
bun install
bun run build
# Fix permissions for Go module cache to allow cleanup
chmod -R u+w "$srcdir/go"