diff options
author | OriginCode | 2018-03-25 21:07:28 +0800 |
---|---|---|
committer | OriginCode | 2018-03-25 21:07:28 +0800 |
commit | d5112c8c21611135a0421ab280951b7c9a055c56 (patch) | |
tree | 375392e831275739393457f78badf580fe22842a /PKGBUILD | |
parent | 8e7987c08f093254ac9fb2105592b4e1d610b80b (diff) | |
download | aur-d5112c8c21611135a0421ab280951b7c9a055c56.tar.gz |
Removed yarn
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |