diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-07 08:14:37 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-07 08:17:01 +0100 |
commit | 317039a96ffab3f75fabf35f8bc1749248fa3120 (patch) | |
tree | e34ae339262186243ae5de31c559a45b1b8440a6 /libre/file-roller | |
parent | 2f51fd7052e8dd5b742b88bcf39d141d003d07d7 (diff) | |
download | abslibre-317039a96ffab3f75fabf35f8bc1749248fa3120.tar.gz abslibre-317039a96ffab3f75fabf35f8bc1749248fa3120.tar.bz2 abslibre-317039a96ffab3f75fabf35f8bc1749248fa3120.zip |
libre/file-roller: cleanup and rebuild
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index ca60a79b8..0f41eed12 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 289662 2017-02-27 22:26:00Z heftig $ +# $Id$ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Isaac David <isacdaavid@at@isacdaavid@dot@info> +# parabola changes and rationale: +# - removed unace recommendation + pkgname=file-roller pkgver=3.26.2 pkgrel=1.parabola1 pkgdesc="Create and modify archives, without nonfree unace recommendation" url="https://wiki.gnome.org/Apps/FileRoller" -arch=(i686 x86_64 armv7h) +arch=(x86_64 i686 armv7h) license=(GPL) depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'unrar: better RAR archive support' 'lrzip: lrzip archive support') -replaces=("${pkgname}-libre" "${pkgname}-parabola") -conflicts=("${pkgname}-libre" "${pkgname}-parabola") -groups=(gnome-extra) +groups=(gnome) _commit=723d45e7c437f87303fd0203132b5770d2775d87 # tags/3.26.2^0 source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit") sha256sums=('SKIP') |