summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f1adb6bc2d..7132699347b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = burp-backup
install = burp.install
arch = i686
arch = x86_64
+ arch = armv7h
license = AGPL3
makedepends = uthash
depends = acl
diff --git a/PKGBUILD b/PKGBUILD
index 9a16cdb1064b..af63ab28895d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname="burp"
pkgver=2.4.0
pkgrel=1
pkgdesc="A backup and restore program that uses librsync to reduce backup size."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=("AGPL3")
depends=('acl' 'librsync' 'openssl')
makedepends=('uthash')