diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:27:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:33:51 +0000 |
commit | 6cf36b1e08a18b390fbf66d17b6ce03429405b24 (patch) | |
tree | b0373bd5649d48a0a0ba7f261065fd44b4372fb9 /community | |
parent | c7d37e49e916eb28a2f2234fbc89e0fcfa105ddd (diff) | |
download | aports-6cf36b1e08a18b390fbf66d17b6ce03429405b24.tar.bz2 aports-6cf36b1e08a18b390fbf66d17b6ce03429405b24.tar.xz |
community/shotwell: upgrade to 0.26.1
Diffstat (limited to 'community')
-rw-r--r-- | community/shotwell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index c418583f88..0bde161483 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.25.5 +pkgver=0.26.1 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" @@ -13,7 +13,7 @@ makedepends="intltool vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev librsvg-dev sqlite-dev libgudev-dev dbus-glib-dev libgphoto2-dev gexiv2-dev libraw-dev librsvg-dev json-glib-dev gnome-doc-utils m4 gst-plugins-base1-dev bash gtk+3.0-dev rest-dev desktop-file-utils - gcr-dev itstool" + gcr-dev itstool libgdata-dev" source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz " @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="0af72a36c9d2f1fb6f6a781e9e23ac3960130cafa2366fbac98f60cfadce5a95b33c0efcc6df30170de8f1491a19c7dca35f7594f43f9b9248db27eaf5e6670e shotwell-0.25.5.tar.xz" +sha512sums="82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1 shotwell-0.26.1.tar.xz" |