diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/thunar/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/thunar/APKBUILD b/x11/thunar/APKBUILD index e3afae930d..9d6ba6d870 100644 --- a/x11/thunar/APKBUILD +++ b/x11/thunar/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="File manager for Xfce" url="http://thunar.xfce.org" license="GPL2 LGPL2" @@ -14,7 +14,7 @@ install="thunar.post-install thunar.post-upgrade thunar.post-deinstall" source="http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$pkgver.tar.bz2 $install" -depends_dev="exo-dev glib-dev" +depends_dev="exo-dev glib-dev gamin-dev" build () { cd "$srcdir"/Thunar-$pkgver |