Date: Monday, May 1, 2023 @ 20:25:52 Author: heftig Revision: 476219 43.0-2: FS#70517 fix groups
Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-01 20:25:43 UTC (rev 476218) +++ PKGBUILD 2023-05-01 20:25:52 UTC (rev 476219) @@ -3,22 +3,39 @@ pkgname=file-roller pkgver=43.0 -pkgrel=1 +pkgrel=2 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" arch=(x86_64) license=(GPL) -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' - 'unace: ACE archive support' - 'lrzip: lrzip archive support' - 'squashfs-tools: squashfs image support') -groups=(gnome) +depends=( + dconf + file + json-glib + libarchive + libhandy + libportal-gtk3 + unzip + zip +) +makedepends=( + appstream-glib + git + libnautilus-extension + meson + yelp-tools +) +optdepends=( + 'lrzip: lrzip archive support' + 'p7zip: 7z, arj, exe and encrypted zip files support' + 'squashfs-tools: squashfs image support' + 'unace: ACE archive support' + 'unrar: better RAR archive support' +) +groups=(gnome-extra) _commit=6d57d9962efb976aa3036db965f558b96575289c # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname
