summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-07-28 16:55:33 +1200
committerGeorge Rawlinson2020-07-28 16:55:33 +1200
commited3b0ddd071b9727a6d46f512e2cabb159ae2de1 (patch)
tree55b276c8d4c5e6b835ce452cccbfcc993ec237fe /PKGBUILD
parentd6736feed65023c6f11455bb0b53ef6138b1de80 (diff)
downloadaur-ed3b0ddd071b9727a6d46f512e2cabb159ae2de1.tar.gz
upgpkg: zeal 0.6.1-3
Add aarch64 & armv7h to architectures array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c80e6e5eb0cf..7920829b4320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=zeal
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='An offline API documentation browser'
-arch=('x86_64')
+arch=('x86_64' 'aarch64' 'armv7h')
url='https://zealdocs.org/'
license=(GPL3)
depends=(qt5-webkit hicolor-icon-theme libarchive qt5-x11extras)