diff options
Diffstat (limited to 'extra/gnome-photos/PKGBUILD')
-rw-r--r-- | extra/gnome-photos/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/gnome-photos/PKGBUILD b/extra/gnome-photos/PKGBUILD index 84a78e9bd..de1e034b2 100644 --- a/extra/gnome-photos/PKGBUILD +++ b/extra/gnome-photos/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196072 2013-10-07 11:51:43Z jgc $ +# $Id: PKGBUILD 198023 2013-10-30 12:19:50Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-photos -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="Access, organize, and share your photos on GNOME" arch=(i686 x86_64 mips64el) @@ -10,11 +10,10 @@ url="https://www.gnome.org/" license=(GPL) depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo) makedepends=(intltool) -options=(!libtool) groups=(gnome-extra) install=gnome-photos.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('65cb5790ec5a282c8bc8b4902858a0b4b3cec2fe39709a580dc073a23a5fc210') +sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085') build() { cd $pkgname-$pkgver |