Date: Tuesday, October 25, 2022 @ 14:26:59 Author: heftig Revision: 458882
43.0-1 Modified: baobab/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 14:24:48 UTC (rev 458881) +++ PKGBUILD 2022-10-25 14:26:59 UTC (rev 458882) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=baobab -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="A graphical directory tree analyzer" url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer" @@ -12,7 +12,7 @@ makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome) options=(debug) -_commit=bffc1c040ee75e0cb0675d0bc1a59619ff57366c # tags/42.0^0 +_commit=477d451dba1a26d52b159327280c24264862e6ba # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit" no-mimetype.diff) sha256sums=('SKIP' @@ -42,3 +42,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
