summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-03-01 01:01:36 +0200
committerDet2018-03-01 01:01:36 +0200
commit35589b92e9e87367daa47fd0e1f2a3d52a2803a2 (patch)
treed9faefa4f1f78ebf3930afbf39d30926f8e28537
parentbaf55b9750289573f9647c22103f47f4cccab3e2 (diff)
downloadaur-35589b92e9e87367daa47fd0e1f2a3d52a2803a2.tar.gz
add notes to user
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
-rw-r--r--biglybt.install1
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35446eee53a..5aaaccfbea3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
pkgver = 1.4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e8fb7db4d260..3344dd758662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=biglybt
pkgver=1.4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64')
url="https://www.biglybt.com/"
@@ -13,15 +13,17 @@ install=$pkgname.install
source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$pkgver/GitHub_BiglyBT_Installer.sh")
md5sums=('1e059362ac473e4a8c386bb5115bffa4')
-prepare() {
+package() {
+ if [[ ! -f /usr/bin/javac ]]; then
+ warning "Installation without JDK will cause prompts for Root password during build!"
+ fi
+
rm -rf $pkgname
msg2 "Extrcting GitHub_BiglyBT_Installer_$pkgver.sh..."
export app_java_home=/usr/lib/jvm/default
sh GitHub_BiglyBT_Installer_$pkgver.sh -q -dir "$srcdir"/$pkgname
-}
-package() {
cd "$srcdir"/$pkgname
msg2 "Creating directory structure..."
diff --git a/biglybt.install b/biglybt.install
index f6f9782b7917..51855e5e952c 100644
--- a/biglybt.install
+++ b/biglybt.install
@@ -20,4 +20,5 @@ post_install() {
post_upgrade() {
post_install
+ note "Previous package versions left an invalid .desktop in ~/.local/share/applications/ that has to be manually removed."
}