diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-28 09:27:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-28 09:27:08 +0000 |
commit | a7633359a56106332a2f527f451be464ff8898fd (patch) | |
tree | e477f0849d1ba1231a12fd4aa098882cf2c809ca /testing/shotwell | |
parent | 73d1c9e1314a57dd2503be522f506b04094fc6ec (diff) | |
download | aports-a7633359a56106332a2f527f451be464ff8898fd.tar.bz2 aports-a7633359a56106332a2f527f451be464ff8898fd.tar.xz |
testing/shotwell: upgrade to 0.9.0
Diffstat (limited to 'testing/shotwell')
-rw-r--r-- | testing/shotwell/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/shotwell/APKBUILD b/testing/shotwell/APKBUILD index 9825c5153..adfd248c2 100644 --- a/testing/shotwell/APKBUILD +++ b/testing/shotwell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.8.1 -pkgrel=1 +pkgver=0.9.0 +pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" arch="all" @@ -10,7 +10,8 @@ install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" depends="" makedepends="intltool vala libgee-dev libunique-dev webkit-dev libexif-dev librsvg-dev sqlite-dev udev-dev dbus-glib-dev libgphoto2-dev - libgexiv2-dev libraw-dev librsvg-dev gconf-dev json-glib-dev" + libgexiv2-dev libraw-dev librsvg-dev gconf-dev json-glib-dev + gnome-vfs-dev" install= source="http://yorba.org/download/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.bz2" @@ -41,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="378168735006dfe0733431dd47f870c4 shotwell-0.8.1.tar.bz2" +md5sums="6701d9a7c0a2f4f720fdeed1d6e54758 shotwell-0.9.0.tar.bz2" |