Date: Sunday, August 9, 2020 @ 01:10:00 Author: heftig Revision: 393341
3.36.3-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-09 01:08:47 UTC (rev 393340) +++ PKGBUILD 2020-08-09 01:10:00 UTC (rev 393341) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" @@ -16,7 +16,7 @@ 'lrzip: lrzip archive support' 'squashfs-tools: squashfs image support') groups=(gnome) -_commit=eef4df4c857520ac81b1514d3b923e88855ce669 # tags/3.36.2^0 +_commit=5fc3f05f182b7cde6347d610b4fd782612a67909 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
