diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-05-14 01:51:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2021-05-14 01:51:26 -0500 |
commit | 95b0822b6d3015399bef0a16a432edad0260d989 (patch) | |
tree | a1fcb3897c6e146799bdaa729d3b154cc8c5affd /libre/file-roller | |
parent | ba46c3a3a10f1a14c21998610077cb3220d3fc7d (diff) | |
download | abslibre-95b0822b6d3015399bef0a16a432edad0260d989.tar.gz abslibre-95b0822b6d3015399bef0a16a432edad0260d989.tar.bz2 abslibre-95b0822b6d3015399bef0a16a432edad0260d989.zip |
file-roller-3.40.0-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index e917e064c..7c6f75bed 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> +# Maintainer (Arch): Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Isaac David <isacdaavid@at@isacdaavid@dot@info> @@ -6,7 +6,7 @@ # - removed unace and unrar recommendation pkgname=file-roller -pkgver=3.36.2 +pkgver=3.40.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="Create and modify archives" @@ -21,7 +21,7 @@ optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'lrzip: lrzip archive support' 'squashfs-tools: squashfs image support') groups=(gnome) -_commit=eef4df4c857520ac81b1514d3b923e88855ce669 # tags/3.36.2^0 +_commit=d5cfba5a4e86b2e8118113be410f39fc854b1df7 # tags/3.40.0^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -36,7 +36,7 @@ prepare() { build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() { |