diff options
-rw-r--r-- | community/shotwell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index ee2b797530..7cdb67b7f7 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell pkgver=0.26.2 -pkgrel=0 +pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" arch="x86 x86_64" @@ -12,7 +12,7 @@ subpackages="$pkgname-lang $pkgname-doc" 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 + m4 gst-plugins-base-dev bash gtk+3.0-dev rest-dev desktop-file-utils gcr-dev itstool libgdata-dev" source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz " |