summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442017-05-25 19:10:40 +0200
committermarco442017-05-25 19:10:40 +0200
commite6f223744893321808198561e5a6106e6ff92ccd (patch)
treea5204c11a871782cd600b047fac40060691e3d59
parent56bdc308f83e885c093ee51eb863caac1c53378e (diff)
downloadaur-e6f223744893321808198561e5a6106e6ff92ccd.tar.gz
allow aarch64
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8596ae1956d8..5ca1a2d21cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=powa-archivist
pkgver=79e7870
pkgrel=1
pkgdesc="postgresql background worker to capture data"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/dalibo/powa-archivist"
license=('BSD')
depends=('postgresql')