summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOriginCode2018-03-25 21:07:28 +0800
committerOriginCode2018-03-25 21:07:28 +0800
commitd5112c8c21611135a0421ab280951b7c9a055c56 (patch)
tree375392e831275739393457f78badf580fe22842a /PKGBUILD
parent8e7987c08f093254ac9fb2105592b4e1d610b80b (diff)
downloadaur-d5112c8c21611135a0421ab280951b7c9a055c56.tar.gz
Removed yarn
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 317dbb4c2489..bd7f39feddcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/pandaGao/bilibili-live-helper"
install=${pkgname}.install
license=('MIT')
depends=('libxtst' 'gtk2' 'libxss' 'nss' 'gconf' 'alsa-lib')
-makedepends=('yarn' 'git' 'npm')
+makedepends=('git' 'npm')
provides=('bilibili-live-helper')
conflicts=('bilibili-live-helper')
source=('git+https://github.com/pandaGao/bilibili-live-helper' "${entryname}.desktop" "${_pkgname}.ico")
@@ -28,7 +28,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- yarn run build
+ npm run-script build
cd builds
mv Bilibili直播弹幕库-linux-x64 ${_pkgname}
cd ${_pkgname}