summaryrefslogtreecommitdiff
path: root/libre/file-roller/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/file-roller/PKGBUILD')
-rw-r--r--libre/file-roller/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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() {