summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-08-03 07:51:28 -0500
committerAlejandro Valdes2021-08-03 07:51:28 -0500
commitf0833f6602fb99098e32452c8effa24f59bf2ce6 (patch)
tree8a6312b0dca931b27ebfa4b262a1464018d2436f
parente7fa77cf372cfea15de38163d701faf29206d43a (diff)
downloadaur-f0833f6602fb99098e32452c8effa24f59bf2ce6.tar.gz
Add aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220ebb1d101b..82a108b779e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = plasma5-applets-window-appmenu
pkgdesc = Plasma 5 applet in order to show the window appmenu
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psifidotos/applet-window-appmenu
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = extra-cmake-modules
makedepends = plasma-framework
diff --git a/PKGBUILD b/PKGBUILD
index a6d2741cb374..3678a6bdf49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=plasma5-applets-window-appmenu
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma 5 applet in order to show the window appmenu"
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="https://github.com/psifidotos/applet-window-appmenu"
license=(GPL)
depends=(qt5-base qt5-declarative plasma-workspace libxcb)