summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe5b048c73f..e3c17621787d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = xfdashboard
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = xfce4-dev-tools
depends = libwnck3
diff --git a/PKGBUILD b/PKGBUILD
index 00c24455b7f2..11b94aa2c335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=xfdashboard
pkgver=0.9.3
pkgrel=1
pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://goodies.xfce.org/projects/applications/xfdashboard/start"
license=('GPL')
depends=('libwnck3' 'clutter' 'garcon')