Date: Tuesday, March 22, 2022 @ 01:58:36 Author: heftig Revision: 440522
3.42.0-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 01:55:40 UTC (rev 440521) +++ PKGBUILD 2022-03-22 01:58:36 UTC (rev 440522) @@ -2,13 +2,13 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.40.0 +pkgver=3.42.0 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" arch=(x86_64) license=(GPL) -depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) +depends=(libhandy dconf libarchive file json-glib libnotify 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' @@ -16,13 +16,14 @@ 'lrzip: lrzip archive support' 'squashfs-tools: squashfs image support') groups=(gnome) -_commit=d5cfba5a4e86b2e8118113be410f39fc854b1df7 # tags/3.40.0^0 +options=(debug) +_commit=f6f1798376cb9b64ee865d354f1c330ea3e56bcd # tags/3.42.0^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { @@ -39,5 +40,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
