summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab932b..531bfcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,9 @@ pkgbase = notion3
arch = pentium4
arch = i686
arch = i486
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = custom:LGPL
makedepends = git
makedepends = pkgconfig
diff --git a/PKGBUILD b/PKGBUILD
index f9e88c7..21d134f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _commit=5e820d514837e12b8753a1afe9b5dd1033f449da
_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="https://notionwm.net"
-arch=('x86_64' 'pentium4' 'i686' 'i486')
+arch=('x86_64' 'pentium4' 'i686' 'i486' 'armv6h' 'armv7h' 'aarch64')
license=('custom:LGPL')
depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
optdepends=('libxinerama' 'libxrandr')