Date: Tuesday, June 4, 2019 @ 12:13:08 Author: heftig Revision: 354795
3.32.1-1 Modified: gnome-sound-recorder/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-04 12:13:07 UTC (rev 354794) +++ PKGBUILD 2019-06-04 12:13:08 UTC (rev 354795) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-sound-recorder -pkgver=3.32.0 +pkgver=3.32.1 pkgrel=1 pkgdesc="A utility to make simple audio recording from your GNOME desktop" url="https://wiki.gnome.org/Apps/SoundRecorder" @@ -10,7 +10,7 @@ depends=(gtk3 gjs gst-plugins-good gst-plugins-base) makedepends=(gobject-introspection git meson) groups=('gnome-extra') -_commit=639ac7b18ca6bb9bcdcedb01bbd87fc9d940cd22 # tags/3.32.0^0 +_commit=c271527cc076d9dfc2a3f50fe019bbb3539cfdd1 # tags/3.32.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
