summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2017-12-16 11:39:11 -0500
committerTed Alff2017-12-16 11:39:11 -0500
commite8a1a11f0084dfe64f1bbe611cd4202eb1afcac8 (patch)
tree431a516f4b12574322f18cd5d16d48dae63dcc98 /PKGBUILD
parent0e12505495c21777ea8fc149ba93309e890cb49f (diff)
downloadaur-e8a1a11f0084dfe64f1bbe611cd4202eb1afcac8.tar.gz
Adjust thunar deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ab73180b9e..e691313ed597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfdesktop
pkgname=${_pkgname}-git
-pkgver=4.13.1.r113.g25ae88bd
+pkgver=4.13.1.r117.g10473391
pkgrel=1
pkgdesc="A desktop manager for Xfce (git version)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
# Desktop plugin has been ported to thunarx-3. If thunar-git is installed, it will be built so
# add to dependencies, otherwise add missing dependencies that thunar would otherwise satisfy.
-[[ "$( pacman -Qq thunar-git 2>/dev/null )" != '' ]] && depends+=('thunar-git') || depends+=('exo>=0.11.0' 'libnotify')
+[[ "`pkg-config --modversion thunarx-3 2>/dev/null`" != '' && $( vercmp '1.7.0' "`pkg-config --modversion thunarx-3 2>/dev/null`" ) -ge 0 ]] && depends+=('thunar>=1.7.0') || depends+=('exo>=0.11.0' 'libnotify')
pkgver() {
cd "${srcdir}/${_pkgname}"