diff options
-rw-r--r-- | main/xfce4-appfinder/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-appfinder/APKBUILD b/main/xfce4-appfinder/APKBUILD index a35466f8fe..8739de3f0e 100644 --- a/main/xfce4-appfinder/APKBUILD +++ b/main/xfce4-appfinder/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-appfinder pkgver=4.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Xfce application finder" url="http://www.xfce.org/" arch="all" @@ -10,6 +10,7 @@ depends="hicolor-icon-theme" makedepends="thunar-dev gtk+-dev libxfce4ui-dev garcon-dev" subpackages="$pkgname-lang" install= +replaces="xfce-utils" source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" build () { |