summarylogtreecommitdiffstats
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
parent91cef914ee41b65f341aad611acd671d4a90a3b3 (diff)
downloadaur-14f29e70545b3c810448129ad9190f0f23ae541e.tar.gz
Add aarch64 to supported architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b8bab63eb9..5832f0b69de9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 19 13:45:44 UTC 2016
+# Mon Jun 27 01:16:11 UTC 2016
pkgbase = bedup
pkgdesc = Offline deduplication utility for the BTRFS filesystem
pkgver = 0.10.1
@@ -7,6 +7,7 @@ pkgbase = bedup
url = https://github.com/g2p/bedup
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = gcc
makedepends = btrfs-progs
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')