summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsukaMinato2024-03-26 15:23:50 +0900
committerAsukaMinato2024-03-26 15:23:50 +0900
commit350d9b6b4a52901c0942ba42287500c25de91d17 (patch)
tree46e023709ed40099fd7a249cb4f8234002c97946
parent2b598e56c0104d68d6b368b32af5881fabc99cf7 (diff)
downloadaur-350d9b6b4a52901c0942ba42287500c25de91d17.tar.gz
bun-bin to bun
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9253f831427..92580bc62374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = delance-langserver
license = 0BSD
makedepends = npm
depends = nodejs
- depends = bun-bin
+ depends = bun
depends = python
depends = python-numpy
depends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index 32c41812c941..82623e5cd057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A spear to the Python language server built with black magic"
arch=(any)
url="https://sr.ht/~self/delance/"
license=('0BSD')
-depends=(nodejs bun-bin python python-numpy python-pytest)
+depends=(nodejs bun python python-numpy python-pytest)
makedepends=(npm)
source=(
"https://registry.npmjs.org/@delance/runtime/-/runtime-$pkgver.tgz"