summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2020-02-10 21:30:11 +0100
committermrxx2020-02-10 21:30:11 +0100
commit65517e0f5da33e8ad915d2efd032c499e455b3da (patch)
treed408d982e402b4a3ccc215a865a17f92a1abfc6f /PKGBUILD
parent7d1662837a5e3071afd0a593add0aeadfd846b05 (diff)
downloadaur-65517e0f5da33e8ad915d2efd032c499e455b3da.tar.gz
Add armv7h to archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')