summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2020-11-18 00:18:07 +0100
committerTomZ2020-11-18 00:18:07 +0100
commit5a438b0c5d31904c9b495d0d7e3d6ecf12c4549e (patch)
tree499582c4a9a6c7df0d793a61e6bd28216304b936
parent660eea87c315e593735ee2837eeb0042a5a47e81 (diff)
downloadaur-5a438b0c5d31904c9b495d0d7e3d6ecf12c4549e.tar.gz
Support added
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dc031903618..d892a9323e72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = flowee-pay-git
pkgrel = 1
url = https://flowee.org/
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = boost
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index d82388e934aa..1c89e750293e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=flowee-pay-git
pkgver=b2d1486
pkgrel=1
pkgdesc="Flowee Payment solution"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://flowee.org/"
license=('GPL3')
depends=('flowee-libs' 'qt5-base')