summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorc0re2019-07-24 21:07:31 +0800
committerc0re2019-07-24 21:07:31 +0800
commit2265a350ced934edc88edd0b0526f3a024826c69 (patch)
tree4842b09e7a25b1c21d99be99d3a153f5c38c77b8
parent8f0be0ef787d029950cdc99bae4baa049872c611 (diff)
downloadaur-2265a350ced934edc88edd0b0526f3a024826c69.tar.gz
support arm architecture
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85633adeeb5..b90ea31820ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,12 @@
pkgbase = qbittorrent-enhanced-git
pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library (Enhanced Edition)
pkgver = 4.1.6.1.r0.gbbea6ab6a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/c0re100/qBittorrent-Enhanced-Edition
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index f78311004f94..c95cfdb489bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=qbittorrent-enhanced-git
pkgver=4.1.6.1.r0.gbbea6ab6a
-pkgrel=1
+pkgrel=2
pkgdesc="A bittorrent client powered by C++, Qt5 and the good libtorrent library (Enhanced Edition)"
-arch=('i686' 'x86_64')
+arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url="https://github.com/c0re100/qBittorrent-Enhanced-Edition"
license=('custom' 'GPL')
depends=('libtorrent-rasterbar' 'qt5-base' 'qt5-svg')