[arch-commits] Commit in shotwell/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Apr 26 14:14:17 UTC 2016


    Date: Tuesday, April 26, 2016 @ 16:14:17
  Author: spupykin
Revision: 171900

upgpkg: shotwell 1:0.23.0-1

upd

Modified:
  shotwell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-26 14:14:12 UTC (rev 171899)
+++ PKGBUILD	2016-04-26 14:14:17 UTC (rev 171900)
@@ -5,7 +5,7 @@
 
 pkgname=shotwell
 epoch=1
-pkgver=0.22.1
+pkgver=0.23.0
 _basever=$(echo $pkgver | cut -f1-2 -d.)
 pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
@@ -19,13 +19,13 @@
 install=shotwell.install
 source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz"
         "webkit2.patch")
-md5sums=('5e7a2849f1ef600036e557848c42401f'
+md5sums=('6a50cecaf4f01422982e53e60651a9e5'
          '2c2c96d15c810c96a2cd36f8fcab197d')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   # Port to webkit2gtk
-  patch -Np1 -i ../webkit2.patch
+#  patch -Np1 -i ../webkit2.patch
 }
 
 build() {



More information about the arch-commits mailing list