mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
use bun instead
This commit is contained in:
parent
153e16b494
commit
d5266d4fb9
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue