diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-09 16:24:36 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-09 16:24:36 -0200 |
commit | f784698bb5bb4227da897e29484700378a184e44 (patch) | |
tree | 521642c8b5e79e85d3d82816cc0ddd9128d0f602 /libre | |
parent | d7b8e92a51ee12de8c88627d5fdee7449b709197 (diff) | |
download | abslibre-f784698bb5bb4227da897e29484700378a184e44.tar.gz abslibre-f784698bb5bb4227da897e29484700378a184e44.tar.bz2 abslibre-f784698bb5bb4227da897e29484700378a184e44.zip |
adding description on file-roller-libre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD index 066adb07f..cb58c0357 100644 --- a/libre/file-roller-libre/PKGBUILD +++ b/libre/file-roller-libre/PKGBUILD @@ -5,13 +5,13 @@ _pkgname=file-roller pkgname=file-roller-libre pkgver=3.6.3 -pkgrel=2 -pkgdesc="Archive manipulator for GNOME" -arch=('i686' 'x86_64') +pkgrel=2.1 +pkgdesc="Archive manipulator for GNOME (with unar recommendation and nonfree unace recommendation removed)" +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify') makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 'docbook-xsl') -optdepends=('ununrar: interface to unarchiver, the free RAR uncompression program' +optdepends=('unar: the free RAR uncompression utility' 'zip: creates PKZIP-compatible .zip files' 'p7zip: 7zip compression utility' 'arj: ARJ archiver') |