From 6a56e1d68ac3f419b4b7bad467504b9e44f266bf Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 4 Jan 2020 22:16:16 -0500 Subject: file-roller-3.32.3-1.parabola1: updating version --- libre/file-roller/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libre/file-roller/PKGBUILD') diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 510637c16..0f9743431 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -6,9 +6,9 @@ # - removed unace and unrar recommendation pkgname=file-roller -pkgver=3.32.1 +pkgver=3.32.3 pkgrel=1 -pkgrel+=.par1 +pkgrel+=.parabola1 pkgdesc="Create and modify archives" pkgdesc+=", without nonfree unace and unrar recommendation" url="https://wiki.gnome.org/Apps/FileRoller" @@ -20,7 +20,7 @@ makedepends=(yelp-tools git libnautilus-extension meson appstream-glib) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'lrzip: lrzip archive support') groups=(gnome) -_commit=c892c8c576d026fe87c17775b033e3e73f3d3ac5 # master +_commit=dddc71699f79b894f7ef689aa3c972261dd62580 # tags/3.32.3^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,6 @@ pkgver() { prepare() { cd $pkgname - git tag -f 3.32.1 c892c8c576d026fe87c17775b033e3e73f3d3ac5 # fixup missing tag } build() { @@ -40,7 +39,7 @@ build() { } check() { - meson test -C build + meson test -C build --print-errorlogs } package() { -- cgit v1.2.3