As @shadeLight pointed out, the deps need an update.
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-git
-pkgver=4.19.4+89+g5551d10e
+pkgver=4.20.0+23+gb71e99e3
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment - git checkout"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -14,14 +14,14 @@ license=('GPL2')
groups=('xfce4-git')
conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
provides=("${_pkgname}=${pkgver%%+*}")
-depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils' 'xfconf' 'libxfce4util>=4.15.2' 'libdbusmenu-gtk3')
-makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala' 'glib2-devel')
+depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3'
+ 'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('git' 'glib2-devel' 'gobject-introspection' 'vala' 'xfce4-dev-tools')
optdepends=('xfce4-panel-profiles')
replaces=('xfce4-statusnotifier-plugin')
source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}")
sha256sums=('SKIP')
-
+options=(debug)
pkgver() {
cd "${_pkgname}"
git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
--
2.47.1
