Date: Friday, September 13, 2019 @ 09:21:18 Author: heftig Revision: 362449
3.32.2-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:20:59 UTC (rev 362448) +++ PKGBUILD 2019-09-13 09:21:18 UTC (rev 362449) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.32.1 +pkgver=3.32.2 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" @@ -15,7 +15,7 @@ 'unace: ACE archive support' 'lrzip: lrzip archive support') groups=(gnome) -_commit=c892c8c576d026fe87c17775b033e3e73f3d3ac5 # master +_commit=2bb216c3e33fa85b8d0ef29a6788954d57a31288 # tags/3.32.2^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,6 @@ prepare() { cd $pkgname - git tag -f 3.32.1 c892c8c576d026fe87c17775b033e3e73f3d3ac5 # fixup missing tag } build() { @@ -35,7 +34,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
