Skip to content

Commit

Permalink
⚡ Update to v1.1.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
bigshans committed May 20, 2022
1 parent 0a29547 commit 953b57d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ pkgname=bilibili-bin
pkgdesc="基于 Bilibili PC 版修改的一个 Electron 打包"
_pkgname=bilibili
pkgver=1.1.1
pkgrel=3
pkgrel=4
arch=(any)
depends=(electron)
source=("${pkgname}.tar.gz::https://github.com/msojocs/bilibili-linux/releases/download/v${pkgver}-${pkgrel}/bilibili-v${pkgver}-${pkgrel}-x86_64.tar.gz"
"${_pkgname}.desktop::https://raw.githubusercontent.com/msojocs/bilibili-linux/master/res/bilibili.desktop"
"${_pkgname}.svg::https://raw.githubusercontent.com/msojocs/bilibili-linux/master/res/icons/icon.svg"
)
sha256sums=('ee713a6f274b0c4a461b848a15d20b354f60f3742da60450a98b0c8838fa7c52'
sha256sums=('86b942b519f20b50009749d314628dd374ffa78f7d3c5cc5d07b9b652f30055c'
'01903a46b06d73d62fd301477dfce6362effc47e3e1b2af6a1b093b19ae2af32'
'850a4abcf5cef98abea71ddf48b11e4147ec874e95ae51cb1fdfe38e21474ae3')

Expand Down
3 changes: 3 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm -rf ./bilibili* pkg src

0 comments on commit 953b57d

Please sign in to comment.