Date: Tuesday, October 25, 2022 @ 16:01:31 Author: heftig Revision: 458908
43.0-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 15:58:43 UTC (rev 458907) +++ PKGBUILD 2022-10-25 16:01:31 UTC (rev 458908) @@ -2,13 +2,13 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.42.0 +pkgver=43.0 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" arch=(x86_64) license=(GPL) -depends=(libhandy dconf libarchive file json-glib libnotify zip unzip) +depends=(libhandy dconf libarchive file json-glib libportal-gtk3 zip unzip) makedepends=(yelp-tools git libnautilus-extension meson appstream-glib) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'unrar: better RAR archive support' @@ -17,7 +17,7 @@ 'squashfs-tools: squashfs image support') groups=(gnome) options=(debug) -_commit=f6f1798376cb9b64ee865d354f1c330ea3e56bcd # tags/3.42.0^0 +_commit=6d57d9962efb976aa3036db965f558b96575289c # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -42,3 +42,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
