summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-08-24 19:53:34 -0400
committerTed Alff2020-08-24 19:53:34 -0400
commit5bc15bc728df3770b4531e223794737c33ff7a0a (patch)
treedd3a1bcba1eafa50e3a375a674de9ed148d500ad /PKGBUILD
parentec5eaa734afbc9c4d25d3072cdf838fa437438d5 (diff)
downloadaur-5bc15bc728df3770b4531e223794737c33ff7a0a.tar.gz
Correct versioned dependencies -- needs libxfce4util >= 4.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9f079eaa91e..ca82954704c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=xfce4-appfinder
pkgname=${_pkgname}-devel
pkgver=4.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="An application finder for Xfce"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4-devel')
-depends=('libxfce4ui>=4.15.2' 'garcon' 'xfconf' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libxfce4util>=4.15.2' 'garcon' 'xfconf' 'hicolor-icon-theme')
makedepends=('intltool')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")