diff options
Diffstat (limited to 'community/shotwell/PKGBUILD')
-rw-r--r-- | community/shotwell/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index c196db66f..7726c625c 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 87716 2013-04-05 10:40:18Z spupykin $ +# $Id: PKGBUILD 88680 2013-04-21 22:16:49Z heftig $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=shotwell pkgver=0.14.1 -pkgrel=1 +pkgrel=3 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" arch=('i686' 'x86_64') url="http://yorba.org/shotwell/" license=('LGPL2.1') -depends=('libgee' 'libwebkit3' 'libgexiv2' 'libraw' 'rest' +depends=('libgee06' 'libwebkit3' 'libgexiv2' 'libraw' 'rest' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' 'gst-plugins-base' 'libgphoto2') makedepends=('intltool' 'vala>=0.17.2' 'libunique3') |