summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsygnmdev2017-09-04 06:00:14 +0200
committersygnmdev2017-09-04 06:00:14 +0200
commit7d5e0133a189e52f70371214f99f74d414532d17 (patch)
treecd99b6fbd7fce11117bd4c254f382f5dbedb153f
parentfcbf5cb286f6cbb96c4ad60292387c40ffe58ec3 (diff)
downloadaur-7d5e0133a189e52f70371214f99f74d414532d17.tar.gz
added armv6h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4be48e574705..4a1e157465e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = sygnm-git
url = https://sygnm.org/
arch = i686
arch = x86_64
+ arch = armv6h
license = AGPL3
makedepends = boost
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 17496ac3cb36..aa267751782e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=sygnm-git
pkgver=1.0.0alpha1
pkgrel=2
pkgdesc="Computer algebra framework (currently alpha, install only if you know what you are doing)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="https://sygnm.org/"
license=('AGPL3')
depends=('flint' 'arb' 'boost-libs' 'icu' 'gmp' 'qt5-base' 'readline' 'python' 'sqlite')