Package Details: bbdown-bin 1.6.3-1

Git Clone URL: https://aur.archlinux.org/bbdown-bin.git (read-only, click to copy)
Package Base: bbdown-bin
Description: 一款命令行式哔哩哔哩下载器. Bilibili Downloader.
Upstream URL: https://github.com/nilaoda/BBDown
Keywords: bilibili
Licenses: MIT
Conflicts: bbdown
Provides: bbdown
Submitter: duzhaokun123
Maintainer: duzhaokun123 (bilibili_xiaok)
Last Packager: duzhaokun123
Votes: 5
Popularity: 0.147777
First Submitted: 2022-07-18 16:44 (UTC)
Last Updated: 2024-08-14 17:13 (UTC)

Pinned Comments

duzhaokun123 commented on 2022-08-07 09:02 (UTC) (edited on 2022-08-07 09:07 (UTC) by duzhaokun123)

无法登陆 因为Access to the path '/usr/bin/BBDown.data' is denied.

那就 sudo

Latest Comments

xrz commented on 2024-06-16 13:35 (UTC)

更新至最新构建版本

From 36846e3bfffea761d326562f9dd3f5c9ca8446d1 Mon Sep 17 00:00:00 2001
From: xrz <aur@xrzyun.eu.org>
Date: Sun, 16 Jun 2024 21:31:44 +0800
Subject: [PATCH] update to latest action build

---
 .SRCINFO | 10 +++++-----
 PKGBUILD | 11 +++++------
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 4a1d399..a9ea001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = bbdown-bin
    pkgdesc = 一款命令行式哔哩哔哩下载器. Bilibili Downloader.
-   pkgver = 1.6.1
+   pkgver = 1.6.2_fb3c0b6
    pkgrel = 1
    url = https://github.com/nilaoda/BBDown
    arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = bbdown-bin
    depends = ffmpeg
    provides = bbdown
    conflicts = bbdown
-   source_x86_64 = https://github.com/nilaoda/BBDown/releases/download/1.6.1/BBDown_1.6.1_20230818_linux-x64.zip
-   md5sums_x86_64 = 5fee24b6018ab28b641bd1f3461b575e
-   source_aarch64 = https://github.com/nilaoda/BBDown/releases/download/1.6.1/BBDown_1.6.1_20230818_linux-arm64.zip
-   md5sums_aarch64 = 2171ec7200c56bd929a48563363b532b
+   source_x86_64 = https://nightly.link/nilaoda/BBDown/workflows/build_latest/master/BBDown_linux-x64.zip
+   md5sums_x86_64 = SKIP
+   source_aarch64 = https://nightly.link/nilaoda/BBDown/workflows/build_latest/master/BBDown_linux-arm64.zip
+   md5sums_aarch64 = SKIP

 pkgname = bbdown-bin
diff --git a/PKGBUILD b/PKGBUILD
index d0c4b2e..8e7f2dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
 pkgname="bbdown-bin"
-pkgver="1.6.1"
+pkgver="1.6.2_fb3c0b6"
 pkgrel="1"
-_uploaddate="20230818"
 pkgdesc="一款命令行式哔哩哔哩下载器. Bilibili Downloader."
 arch=("x86_64" "aarch64")
 url="https://github.com/nilaoda/BBDown"
@@ -9,10 +8,10 @@ license=('MIT')
 depends=("zlib" "gcc-libs" "ffmpeg")
 provides=("bbdown")
 conflicts=("bbdown")
-source_x86_64=("https://github.com/nilaoda/BBDown/releases/download/${pkgver}/BBDown_${pkgver}_${_uploaddate}_linux-x64.zip")
-md5sums_x86_64=("5fee24b6018ab28b641bd1f3461b575e")
-source_aarch64=("https://github.com/nilaoda/BBDown/releases/download/${pkgver}/BBDown_${pkgver}_${_uploaddate}_linux-arm64.zip")
-md5sums_aarch64=("2171ec7200c56bd929a48563363b532b")
+source_x86_64=("https://nightly.link/nilaoda/BBDown/workflows/build_latest/master/BBDown_linux-x64.zip")
+md5sums_x86_64=("SKIP")
+source_aarch64=("https://nightly.link/nilaoda/BBDown/workflows/build_latest/master/BBDown_linux-arm64.zip")
+md5sums_aarch64=("SKIP")

 build() {
    chmod +x BBDown
-- 
2.45.2

maokwen commented on 2023-09-21 08:36 (UTC)

md5 似乎过期了

diff --git a/PKGBUILD b/PKGBUILD
index c2f663a..d0c4b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ depends=("zlib" "gcc-libs" "ffmpeg")
 provides=("bbdown")
 conflicts=("bbdown")
 source_x86_64=("https://github.com/nilaoda/BBDown/releases/download/${pkgver}/BBDown_${pkgver}_${_uploaddate}_linux-x64.zip")
-md5sums_x86_64=("5fee55d1eea4e9857a1a118ecbed87fd")
+md5sums_x86_64=("5fee24b6018ab28b641bd1f3461b575e")
 source_aarch64=("https://github.com/nilaoda/BBDown/releases/download/${pkgver}/BBDown_${pkgver}_${_uploaddate}_linux-arm64.zip")
-md5sums_aarch64=("c6b09d20640a70cc4cd63212a67a5792")
+md5sums_aarch64=("2171ec7200c56bd929a48563363b532b")

 build() {
    chmod +x BBDown

duzhaokun123 commented on 2022-08-07 09:02 (UTC) (edited on 2022-08-07 09:07 (UTC) by duzhaokun123)

无法登陆 因为Access to the path '/usr/bin/BBDown.data' is denied.

那就 sudo