summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-10-07 20:22:02 +0200
committermrxx2019-10-07 20:22:02 +0200
commit93712d0459d13e5183c6ac022cca96bb8c4dbbf1 (patch)
treef86730af5f2fecae858874710b5106b4eee1ad9c
parent337fb5ab9b4e091964749950601f872ef7767624 (diff)
downloadaur-93712d0459d13e5183c6ac022cca96bb8c4dbbf1.tar.gz
Add optional dependencies and set java-runtime>=8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc8128af5fa..4bebd1ba5103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
pkgver = 2.1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
license = GPL3
depends = desktop-file-utils
depends = xdg-user-dirs
- depends = java-runtime>=9
+ depends = java-runtime>=8
+ optdepends = jna
+ optdepends = libappindicator-gtk3
+ optdepends = ttf-dejavu
options = !strip
source = GitHub_BiglyBT_Installer_2.1.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.1.0.0/GitHub_BiglyBT_Installer.sh
sha256sums = d6fd377a06f88edd524eec46f4ef7c2f3a0958dd9b470c698956065196bdc975
diff --git a/PKGBUILD b/PKGBUILD
index 1891aa9822a3..87f906824218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=biglybt
pkgver=2.1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64')
url="https://www.biglybt.com/"
license=('GPL3')
-depends=('desktop-file-utils' 'xdg-user-dirs' 'java-runtime>=9')
+depends=('desktop-file-utils' 'xdg-user-dirs' 'java-runtime>=8')
+optdepends=('jna' 'libappindicator-gtk3' 'ttf-dejavu')
options=('!strip')
install=$pkgname.install
source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$pkgver/GitHub_BiglyBT_Installer.sh")