Date: Sunday, September 27, 2020 @ 22:17:37
  Author: heftig
Revision: 396841

3.34.0+91+gc5cf9af9-1

Modified:
  cheese/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-27 22:14:49 UTC (rev 396840)
+++ PKGBUILD    2020-09-27 22:17:37 UTC (rev 396841)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Jan de Groot <j...@archlinux.org>
 
 pkgname=cheese
-pkgver=3.34.0+23+gcac6d3a1
+pkgver=3.34.0+91+gc5cf9af9
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese";
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=cac6d3a11be0ea913afaef339e9ed8539acd95b7  # master
+_commit=c5cf9af92aeff68152f6c298458b2908b5079c7f  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build -D tests=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() (

Reply via email to