diff options
Diffstat (limited to 'community/xfce4-appfinder')
-rw-r--r-- | community/xfce4-appfinder/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfce4-appfinder/APKBUILD b/community/xfce4-appfinder/APKBUILD index ebd2d890a3..4be53ca6de 100644 --- a/community/xfce4-appfinder/APKBUILD +++ b/community/xfce4-appfinder/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-appfinder pkgver=4.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="Xfce application finder" url="https://xfce.org/" arch="all" license="GPL-2.0+" depends="hicolor-icon-theme" -makedepends="thunar-dev gtk+-dev libxfce4ui-dev garcon-dev" +makedepends="thunar-dev gtk+3.0-dev libxfce4ui-dev garcon-dev" subpackages="$pkgname-lang" install= replaces="xfce-utils" |