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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:08:49 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:08:49
  Author: heftig
Revision: 441349

42.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:08:48 UTC (rev 441348)
+++ PKGBUILD	2022-04-02 23:08:49 UTC (rev 441349)
@@ -2,23 +2,23 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-sound-recorder
-pkgver=40.0
+pkgver=42.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=(GPL)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
-         libhandy)
+depends=(gtk4 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+         libadwaita)
 makedepends=(gobject-introspection git meson)
 groups=(gnome-extra)
-_commit=db39a5f0f92a66f66fc1017f28223b30dc072a20  # tags/40.0^0
+_commit=0fabec18319c0baf0c627131c023f7c191af65d9  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -35,7 +35,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



More information about the arch-commits mailing list