summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/thunar/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/thunar/APKBUILD b/main/thunar/APKBUILD
index 196836153..f99a04102 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() {