summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2024-04-20 06:25:09 +0000
committerGitHub Action2024-04-20 06:25:09 +0000
commit8a9433e3692fff0f78ec4ef13307c2f5c865e372 (patch)
tree63c70dcc624b4930d29ca27da811cef5d84539a1 /PKGBUILD
parent2a5f91f2a423aa30883bb4361ebc369377f41a59 (diff)
downloadaur-bilili.tar.gz
Update from GitHub Actions: fix: use SPDX license identifiers
https://github.com/ouuan/AUR-packages/actions/runs/8763165889
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0c3c09b5691..db501564d2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='bilibili video and danmaku downloader | B站视频、弹幕下载器'
arch=('any')
url='https://github.com/yutto-dev/bilili'
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('python-requests' 'python-biliass' 'ffmpeg')
makedepends=(python-build python-installer python-wheel python-setuptools)
source=("https://pypi.io/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")