diff options
author | Eklektisk | 2021-10-22 14:43:51 -0400 |
---|---|---|
committer | Eklektisk | 2021-10-22 14:43:51 -0400 |
commit | 1b826a8d5e51fe1e00ea7184672272a9b47d86f5 (patch) | |
tree | f8b27272b26756454724b4f88861f9410edf7e72 | |
parent | c8fdf329402507ec13a5eefd6a8403bc9d48eddc (diff) | |
download | aur-1b826a8d5e51fe1e00ea7184672272a9b47d86f5.tar.gz |
Bumped PKGBUILD version, added optdepends
FastLBRY-terminal bumped to 0.5.r148.g6531cad
Added lbry-app-bin and lbry-desktop-git as optional dependencies for
login support to the LBRY network. Will be removed when login support is
added to FastLBRY-Terminal.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,12 +1,14 @@ pkgbase = fastlbry-terminal-git pkgdesc = A fully featured, terminal application to interact with LBRY - pkgver = 0.5.r147.g7bce7b7 + pkgver = 0.5.r148.g6531cad pkgrel = 1 url = https://www.notabug.org/jyamihud/FastLBRY-terminal arch = any license = GPL3 makedepends = git depends = python + optdepends = lbry-app-bin: for login support to the LBRY network, + optdepends = lbry-desktop-git: for login support to the LBRY network source = git+https://www.notabug.org/jyamihud/FastLBRY-terminal.git sha256sums = SKIP @@ -4,7 +4,7 @@ _pkgname=fastlbry-terminal pkgname=${_pkgname}-git -pkgver=0.5.r147.g7bce7b7 +pkgver=0.5.r148.g6531cad pkgrel=1 pkgdesc="A fully featured, terminal application to interact with LBRY" arch=('any') @@ -12,6 +12,8 @@ url="https://www.notabug.org/jyamihud/FastLBRY-terminal" license=('GPL3') makedepends=('git') depends=('python') +optdepends=('lbry-app-bin: for login support to the LBRY network', + 'lbry-desktop-git: for login support to the LBRY network') source=("git+$url.git") sha256sums=('SKIP') |