summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-01-22 11:23:49 +0100
committermrxx2019-01-22 11:23:49 +0100
commitc3788c2791f5cf0802c5b4db03bf0605a28b25f2 (patch)
treeb0ac6a400607572a9f4f2153c051e864ce67c65e
parent2166ec9e57cdff4b659c12f1c7885a55c6780a3d (diff)
downloadaur-c3788c2791f5cf0802c5b4db03bf0605a28b25f2.tar.gz
Upgpkg: 1.8.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d01efcfdbb..a536d4768fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 1.7.0.0
- pkgrel = 5
+ pkgver = 1.8.0.0
+ pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = biglybt
depends = xdg-user-dirs
depends = java-runtime>=9
options = !strip
- source = GitHub_BiglyBT_Installer_1.7.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.7.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = d8024c3620cd1090ac04b5907d05cd4f2667668a4e7ff5af363713f180c3af3f
+ source = GitHub_BiglyBT_Installer_1.8.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.8.00/GitHub_BiglyBT_Installer.sh
+ sha256sums = 8b9770002adf0dea1750e151435ef0ccc0ec6846c167cf33a9e28252058eae4d
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index aeb0d3a4f478..d767bca85a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=1.7.0.0
-pkgrel=5
+pkgver=1.8.0.0
+pkgrel=1
+_build=1.8.00
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64')
url="https://www.biglybt.com/"
@@ -11,8 +12,8 @@ license=('GPL3')
depends=('desktop-file-utils' 'xdg-user-dirs' 'java-runtime>=9')
options=('!strip')
install=$pkgname.install
-source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$pkgver/GitHub_BiglyBT_Installer.sh")
-sha256sums=('d8024c3620cd1090ac04b5907d05cd4f2667668a4e7ff5af363713f180c3af3f')
+source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$_build/GitHub_BiglyBT_Installer.sh")
+sha256sums=('8b9770002adf0dea1750e151435ef0ccc0ec6846c167cf33a9e28252058eae4d')
package() {
if [[ ! -f /usr/bin/javac ]]; then