summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-10-05 17:08:32 +0000
committerGitHub Action2023-10-05 17:08:32 +0000
commit2a5f91f2a423aa30883bb4361ebc369377f41a59 (patch)
tree6a5fd5267cfdada3d33fdf46037a75637373ce0b
parentd2a4b0135cbbfb6892eae2fab06ef370201b2252 (diff)
downloadaur-2a5f91f2a423aa30883bb4361ebc369377f41a59.tar.gz
Update from GitHub Actions: bilili: update to 1.4.15-1
https://github.com/ouuan/AUR-packages/actions/runs/6422189244
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f821c251d17..7ea20743d0ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bilili
pkgdesc = bilibili video and danmaku downloader | B站视频、弹幕下载器
- pkgver = 1.4.14
+ pkgver = 1.4.15
pkgrel = 1
url = https://github.com/yutto-dev/bilili
arch = any
@@ -12,7 +12,7 @@ pkgbase = bilili
depends = python-requests
depends = python-biliass
depends = ffmpeg
- source = https://pypi.io/packages/source/b/bilili/bilili-1.4.14.tar.gz
- sha256sums = 58c58e12f838fd355c016c0d9b2255c423c388d4ce7b2407928e6a0320ceff59
+ source = https://pypi.io/packages/source/b/bilili/bilili-1.4.15.tar.gz
+ sha256sums = 902210cc3ac259af0d1b215fa9a16b059a62ee423b72985eb563b66e2b2800c1
pkgname = bilili
diff --git a/PKGBUILD b/PKGBUILD
index 1885dd1f22a1..f0c3c09b5691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yufan You <ouuansteve at gmail>
pkgname=bilili
-pkgver=1.4.14
+pkgver=1.4.15
pkgrel=1
pkgdesc='bilibili video and danmaku downloader | B站视频、弹幕下载器'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
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")
-sha256sums=('58c58e12f838fd355c016c0d9b2255c423c388d4ce7b2407928e6a0320ceff59')
+sha256sums=('902210cc3ac259af0d1b215fa9a16b059a62ee423b72985eb563b66e2b2800c1')
build() {
cd "$pkgname-$pkgver"