summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2021-06-15 00:53:31 +0000
committerGitHub Action2021-06-15 00:53:31 +0000
commit07f31350b3edfabb093f29188d99ba07420f99d9 (patch)
tree196d3db9e801e8a169a3e5674600f75d5bc2310c /PKGBUILD
parentefe27f379ab8d4769ec57850276f745cb3e83d45 (diff)
downloadaur-07f31350b3edfabb093f29188d99ba07420f99d9.tar.gz
Update from GitHub Actions: bilili: update to 1.4.8-4
Remove the "tests" directory to avoid conflicts. https://github.com/ouuan/AUR-packages/actions/runs/937656700
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d102ba6e62d..d635e4b56a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bilili
pkgver=1.4.8
-pkgrel=3
+pkgrel=4
pkgdesc='bilibili video and danmaku downloader | B站视频、弹幕下载器'
arch=('any')
url='https://github.com/SigureMo/bilili'
@@ -20,4 +20,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ rm -rf "$pkgdir/*/site-packages/tests" || true
}