summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-08-24 19:55:08 -0400
committerTed Alff2020-08-24 19:55:08 -0400
commit8bc12268ed48bf5d4a11f25ddb9540142a0fa655 (patch)
treedee14bc5e1b6f8d2d841d60718a63ae07aa1aed9 /PKGBUILD
parent2c8da92e05cd451b28816797dad30d553f62853e (diff)
downloadaur-8bc12268ed48bf5d4a11f25ddb9540142a0fa655.tar.gz
Correct versioned dependencies -- needs libxfce4util >= 4.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0e5dcc88a10..a6f7b7baeb7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-devel
pkgver=4.15.4
-pkgrel=1
+pkgrel=2
pkgdesc="Panel for the Xfce desktop environment (development release)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4-devel')
-depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils' 'libdbusmenu-gtk3')
+ depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libxfce4util>=4.15.2' 'xfconf'
+ 'libwnck3' 'hicolor-icon-theme' 'desktop-file-utils' 'libdbusmenu-gtk3')
makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'vala' 'python') #for gdbus-codegen
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')