summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442017-05-25 19:12:41 +0200
committermarco442017-05-25 19:12:41 +0200
commitbc170ce5f21a2794bba5d9871db230e1ae72e844 (patch)
tree1d161acd20abbdd3c1e072431ab29149c1f49e26
parente0336a123d66ddcc9fdc1f6b2ce4f6ac81af75b0 (diff)
downloadaur-bc170ce5f21a2794bba5d9871db230e1ae72e844.tar.gz
add aarch64
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11dd9ef893ef..c51a30c25760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = hypopg-git
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = BSD
makedepends = git
depends = postgresql
diff --git a/PKGBUILD b/PKGBUILD
index 26cfb2d46139..6094eb918024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=hypopg
pkgver=b78049e
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/hypopg"
license=('BSD')
depends=('postgresql')