summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f7c83d218da..ddba7f5865a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = file-roller-git
pkgdesc = Create and modify archives
- pkgver = 3.31.1.r18.g74305535
+ pkgver = 3.36.2.r2.gfc6bbed2
pkgrel = 1
url = https://wiki.gnome.org/Apps/FileRoller
+ arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
groups = gnome
license = GPL
makedepends = yelp-tools
@@ -12,10 +15,8 @@ pkgbase = file-roller-git
makedepends = meson
makedepends = appstream-glib
depends = gtk3
- depends = dconf
depends = libarchive
depends = file
- depends = json-glib
depends = libnotify
depends = zip
depends = unzip
@@ -23,6 +24,7 @@ pkgbase = file-roller-git
optdepends = unrar: better RAR archive support
optdepends = unace: ACE archive support
optdepends = lrzip: lrzip archive support
+ optdepends = squashfs-tools: squashfs image support
provides = file-roller
conflicts = file-roller
source = git+https://gitlab.gnome.org/GNOME/file-roller.git
diff --git a/PKGBUILD b/PKGBUILD
index 3c3c8355fdec..4fb71f95ff5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=file-roller-git
-pkgver=3.31.1.r18.g74305535
+pkgver=3.36.2.r2.gfc6bbed2
pkgrel=1
pkgdesc="Create and modify archives"
url="https://wiki.gnome.org/Apps/FileRoller"
-arch=(x86_64)
+arch=(i686 x86_64 armv7h aarch64)
license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+depends=(gtk3 libarchive file 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'
'unace: ACE archive support'
- 'lrzip: lrzip archive support')
+ 'lrzip: lrzip archive support'
+ 'squashfs-tools: squashfs image support')
conflicts=(file-roller)
provides=(file-roller)
groups=(gnome)
@@ -32,9 +33,9 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {
DESTDIR="$pkgdir" meson install -C build
-} \ No newline at end of file
+}