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

Jan Steffens heftig at gemini.archlinux.org
Sun Oct 31 19:56:04 UTC 2021


    Date: Sunday, October 31, 2021 @ 19:56:03
  Author: heftig
Revision: 426895

41.0-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-31 19:45:36 UTC (rev 426894)
+++ PKGBUILD	2021-10-31 19:56:03 UTC (rev 426895)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=baobab
-pkgver=40.0
+pkgver=41.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer"
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg libhandy)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=bfba85069fe4c5c3075ad074fdd13cea96fcf8ca  # tags/40.0^0
+_commit=0eaa3cf519298ab1b2be5ab18b5ecf1dfbadd002  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit"
         no-mimetype.diff)
 sha256sums=('SKIP'
@@ -39,5 +39,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list