summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWoshiluo Luo2022-03-22 14:43:14 +0800
committerWoshiluo Luo2022-03-22 14:43:14 +0800
commit57df7757abcf996b26c7fb2cd91947fc9e4456a4 (patch)
tree93f34f6593aff353bbd7c6b38c08de9a7a21fd27
parent2ae1795ac668d215d1ed2f855c2c44a8195d72d2 (diff)
downloadaur-57df7757abcf996b26c7fb2cd91947fc9e4456a4.tar.gz
fix: remove depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7295d8bee111..99006085817e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = bililive-recorder-bin
pkgdesc = B站录播姬 | BiliBili Stream Recorder | 哔哩哔哩直播录制
pkgver = 1.3.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Bililive/BililiveRecorder
arch = x86_64
license = GPL3
- depends = krb5
- depends = zlib
provides = bililive-recorder
options = staticlibs
source = bililive-recorder-bin-1.3.11.zip::https://github.com/Bililive/BililiveRecorder/releases/download/v1.3.11/BililiveRecorder-CLI-linux-x64.zip
diff --git a/PKGBUILD b/PKGBUILD
index 69ab65216672..a11329126a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=bililive-recorder-bin
_pkgname=bililive-recorder
pkgver=1.3.11
-pkgrel=2
+pkgrel=3
pkgdesc='B站录播姬 | BiliBili Stream Recorder | 哔哩哔哩直播录制'
arch=('x86_64')
options=(staticlibs)
url='https://github.com/Bililive/BililiveRecorder'
license=('GPL3')
provides=("$_pkgname")
-depends=(krb5 zlib)
+depends=()
source=($pkgname-$pkgver.zip::https://github.com/Bililive/BililiveRecorder/releases/download/v$pkgver/BililiveRecorder-CLI-linux-x64.zip)
sha256sums=('66bb81f8ae167997beb796ade1be9440ce1df2139225ecf5131f269aef729c69')