diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-06 16:53:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-06 17:01:04 +0200 |
commit | 48340632106ec52a76baedbe750d2263e819e310 (patch) | |
tree | fb32bb9e6425ad58fb3b7fb8a3372d0ce4365d5f /community/shotwell | |
parent | 6048647773adb4320dc52e6650409537ef173851 (diff) | |
download | aports-48340632106ec52a76baedbe750d2263e819e310.tar.bz2 aports-48340632106ec52a76baedbe750d2263e819e310.tar.xz |
community/shotwell: rename gst*1
Diffstat (limited to 'community/shotwell')
-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 " |