[arch-commits] Commit in baobab/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 28 20:02:19 UTC 2020


    Date: Sunday, June 28, 2020 @ 20:02:18
  Author: heftig
Revision: 390544

3.34.1-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 18:38:56 UTC (rev 390543)
+++ PKGBUILD	2020-06-28 20:02:18 UTC (rev 390544)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=baobab
-pkgver=3.34.0
-pkgrel=2
+pkgver=3.34.1
+pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=19d9c16ac1e8fe18c13d413655a73979c3b0e116  # tags/3.34.0^0
+_commit=be3b5b6e32ce1d61929c7f26990a40f818effee1  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,7 +22,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list