[arch-commits] Commit in gnome-sound-recorder/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 27 21:32:04 UTC 2020


    Date: Sunday, September 27, 2020 @ 21:32:04
  Author: heftig
Revision: 396812

3.38.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 21:23:00 UTC (rev 396811)
+++ PKGBUILD	2020-09-27 21:32:04 UTC (rev 396812)
@@ -1,16 +1,18 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-sound-recorder
-pkgver=3.34.0+10+gc4bdfa0
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder"
 arch=(any)
-license=(GPL2)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+license=(GPL)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+         libhandy)
 makedepends=(gobject-introspection git meson)
 groups=(gnome-extra)
-_commit=c4bdfa0843b402cfc5155e25115b280a611d7a4e  # gnome-3-36
+_commit=0a27d9bf3efe523701cc32e78e6db779ea631c1d  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list