diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-26 00:14:21 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-26 00:14:21 -0300 |
commit | e5f11c97b71091ce800977e1539043a661dab19f (patch) | |
tree | bb39227b013d15cd7d22c5cdf6c77be5fd510518 /nonprism/shotwell | |
parent | c6c2a3757544ec0c08afb5e94ebe92740391c781 (diff) |
shotwell-1:0.23.1-1.nonprism1: updating version
Diffstat (limited to 'nonprism/shotwell')
-rw-r--r-- | nonprism/shotwell/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index 7c27ffcf5..1f5ff782d 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 172329 2016-04-27 23:15:10Z spupykin $ +# $Id: PKGBUILD 176868 2016-05-25 11:36:38Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Joeny Ang <ang(dot)joeny(at)gmail(dot)com> @@ -7,9 +7,9 @@ pkgname=shotwell epoch=1 -pkgver=0.23.0 +pkgver=0.23.1 _basever=$(echo $pkgver | cut -f1-2 -d.) -pkgrel=2.nonprism1 +pkgrel=1.nonprism1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment, without support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64' 'armv7h') url="http://yorba.org/shotwell/" @@ -23,7 +23,7 @@ makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils') source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz" "webkit2.patch" 'nonprism.patch') -md5sums=('6a50cecaf4f01422982e53e60651a9e5' +md5sums=('2177d900fd32e4be474b346bf4b9fe16' '2c2c96d15c810c96a2cd36f8fcab197d' '47a50a8599c68065e9a1197fc5ec9440') |