diff options
Diffstat (limited to 'main/thunar')
-rw-r--r-- | main/thunar/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/thunar/APKBUILD b/main/thunar/APKBUILD index 1968361533..f99a041026 100644 --- a/main/thunar/APKBUILD +++ b/main/thunar/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar pkgver=1.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="File manager for Xfce" url="http://thunar.xfce.org" license="GPL2 LGPL2" @@ -9,12 +9,12 @@ subpackages="$pkgname-dev $pkgname-doc" depends="desktop-file-utils hicolor-icon-theme" makedepends="pkgconfig libexif-dev xfce4-panel-dev exo-dev pcre-dev intltool gettext-dev libiconv-dev expat-dev startup-notification-dev - libsm-dev e2fsprogs-dev gamin-dev libexif-dev" + libsm-dev e2fsprogs-dev gamin-dev libexif-dev jpeg-dev" install= source="http://archive.xfce.org/src/xfce/thunar/${pkgver%.*}/Thunar-$pkgver.tar.bz2 libpng-1.4.patch" -depends_dev="exo-dev glib-dev gamin-dev" +depends_dev="exo-dev glib-dev gamin-dev jpeg-dev" _builddir="$srcdir"/Thunar-$pkgver prepare() { |