summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cc0cc7e113f..aead060a179d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = lightly-qt
pkgver = 0.4
pkgrel = 1
url = https://github.com/Luwx/Lightly
- arch = any
+ arch = x86_64
+ arch = aarch64
license = GPL
makedepends = cmake
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 2943d3f06c6e..65abf5a712a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.4
pkgrel=1
pkgdesc="A modern style for qt applications"
url="https://github.com/Luwx/Lightly"
-arch=('any')
+arch=('x86_64' 'aarch64')
license=('GPL')
conflicts=('lightly-git')
makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras kcoreaddons kguiaddons kconfigwidgets kwindowsystem kiconthemes)