summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo Guilbert2016-06-26 21:16:39 -0400
committerGabriel-Andrew Pollo Guilbert2016-06-26 21:16:39 -0400
commit14f29e70545b3c810448129ad9190f0f23ae541e (patch)
treea02dcf427c5e8cbbecdbd80249c7211df002bff4 /PKGBUILD
parent91cef914ee41b65f341aad611acd671d4a90a3b3 (diff)
downloadaur-14f29e70545b3c810448129ad9190f0f23ae541e.tar.gz
Add aarch64 to supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0f1c901a465..973695c5f5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=bedup
pkgver=0.10.1
pkgrel=1
pkgdesc="Offline deduplication utility for the BTRFS filesystem"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('GPL')
depends=('python' 'python-distribute' 'python-alembic' 'python-sqlalchemy'
'python-cffi' 'python-xdg' 'python-mako')