summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-02-10 21:30:11 +0100
committermrxx2020-02-10 21:30:11 +0100
commit65517e0f5da33e8ad915d2efd032c499e455b3da (patch)
treed408d982e402b4a3ccc215a865a17f92a1abfc6f
parent7d1662837a5e3071afd0a593add0aeadfd846b05 (diff)
downloadaur-65517e0f5da33e8ad915d2efd032c499e455b3da.tar.gz
Add armv7h to archs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d2cb4a00f2b..0af916580568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
pkgver = 2.2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
+ arch = armv7h
license = GPL3
depends = desktop-file-utils
depends = xdg-user-dirs
diff --git a/PKGBUILD b/PKGBUILD
index ee8fb4e8a09c..980cc7a899fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=biglybt
pkgver=2.2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="https://www.biglybt.com/"
license=('GPL3')
depends=('desktop-file-utils' 'xdg-user-dirs' 'java-runtime>=8')