summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu2018-03-14 21:52:46 -0700
committerRaansu2018-03-14 21:52:46 -0700
commit92d366bacec24627eeed7c601a4a3f5766bacd34 (patch)
tree2fea178a37abf6164867ab887088c8439e24ac49 /PKGBUILD
parent38252f1b95dc5af3074d4045130ea2ae58b61fc6 (diff)
downloadaur-chunksync.tar.gz
Update PKGBUILD to support multiple architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2d358a37f06..b56a10ea7249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=chunksync
pkgver=0.4
pkgrel=1
pkgdesc="An incremental backup program, especially suited for encrypted disks."
-arch=(any)
+arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'x86_64' 'i686')
url="http://chunksync.florz.de/"
license=(custom)
depends=(openssl)