summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEklektisk2021-10-22 14:43:51 -0400
committerEklektisk2021-10-22 14:43:51 -0400
commit1b826a8d5e51fe1e00ea7184672272a9b47d86f5 (patch)
treef8b27272b26756454724b4f88861f9410edf7e72
parentc8fdf329402507ec13a5eefd6a8403bc9d48eddc (diff)
downloadaur-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--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19074311574b..154f91e5ad28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 55789e4153fe..efd511d3f30b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')