summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb57cec3808..c9a4e112f77a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = xfce4-docklike-plugin
pkgdesc = A modern, docklike, minimalist taskbar for XFCE
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = xfce4-dev-tools
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index ab816d6fbc8a..4fef38bdfffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname="xfce4-docklike-plugin"
pkgver="0.4.0"
-pkgrel=1
+pkgrel=2
pkgdesc='A modern, docklike, minimalist taskbar for XFCE'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' "aarch64")
url='https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin'
license=('GPL3')
depends=('xfce4-panel>=4.4' 'libwnck3' 'libxfce4ui' 'gtk3' 'cairo' 'glib2' "exo")