Date: Wednesday, May 20, 2020 @ 16:43:02
  Author: heftig
Revision: 387032

3.34.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-20 16:39:46 UTC (rev 387031)
+++ PKGBUILD    2020-05-20 16:43:02 UTC (rev 387032)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
 
 pkgname=gnome-photos
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
          gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=21fa507e3e35b1023328dbda1c08a8b2c69c1de4  # tags/3.34.1^0
+_commit=c4a6762b11d458e0acc731f3bdbc9aa545368702  # tags/3.34.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
         "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {

Reply via email to