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 a9ce6c61e..fe560a485 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 98032 2013-10-04 09:55:22Z spupykin $ +# $Id: PKGBUILD 101260 2013-11-21 10:27:21Z spupykin $ # 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.15.0 +pkgver=0.15.1 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest' makedepends=('intltool' 'vala>=0.17.2' 'libunique3') install=shotwell.install source=("http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz") -md5sums=('8b33dd5df51f49e7f4f451b431d7c133') +md5sums=('5af4cfb819249a879a4649a9c7d089e5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |