summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2021-07-20 20:10:33 -0400
committerTed Alff2021-07-20 20:10:33 -0400
commitd33858807e60fa9c944e7db4a18a46329ed7c7d0 (patch)
treecefffb823beff81c436ef327b40d32dec687349a /PKGBUILD
parentf0e82d15311378840b315c12c9712ced557d165b (diff)
downloadaur-d33858807e60fa9c944e7db4a18a46329ed7c7d0.tar.gz
Fix versioned xfce dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 058c1ec84529..85f0a6898f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
pkgver=4.17.4
-pkgrel=1
+pkgrel=2
pkgdesc='File manager for Xfce (development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
groups=('xfce4-devel')
url='https://thunar.xfce.org'
-depends=('desktop-file-utils' 'exo>=4.15.3' 'gtk3' 'hicolor-icon-theme' 'libgudev'
- 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.15.3' 'libxfce4util>=4.15.2')
+depends=('desktop-file-utils' 'exo>=4.17.0' 'gtk3' 'hicolor-icon-theme' 'libgudev'
+ 'libexif' 'libnotify' 'libpng' 'libxfce4ui>=4.17.0' 'libxfce4util>=4.17.0')
makedepends=('intltool' 'xfce4-panel' 'gtk-doc' 'gobject-introspection') # 'xfce4-dev-tools')
optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
'xfce4-panel: trash applet'