summaryrefslogtreecommitdiff
path: root/libre/engrampa
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-30 05:57:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-30 05:57:19 -0300
commit4676fa482789624db9ca7deab663cdf490b60c89 (patch)
tree16950d17426b41c56a47701c2adcf56218e05e8e /libre/engrampa
parent4d31f8bc705776f3585b5c9ffe7d9331242f4c74 (diff)
engrampa-1.10.0-2.parabola1: remove unused dependency on caja
Diffstat (limited to 'libre/engrampa')
-rw-r--r--libre/engrampa/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/engrampa/PKGBUILD b/libre/engrampa/PKGBUILD
index f84f93730..8a8649eb0 100644
--- a/libre/engrampa/PKGBUILD
+++ b/libre/engrampa/PKGBUILD
@@ -5,14 +5,15 @@ _ver=1.10
_pkgbase=engrampa
pkgname=(${_pkgbase})
pkgver=${_ver}.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="Archive manipulator for MATE (GTK2 version), with unar recommendation included and nonfree unace recommendation removed"
url="http://mate-desktop.org"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('bzip2' 'caja>=1.10' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('mate-common' 'yelp-tools' 'json-glib') # json-glib is necessary to enable unar support on the package
-optdepends=('unar: for RAR uncompression'
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('caja>=1.10' 'mate-common' 'yelp-tools' 'json-glib') # json-glib is necessary to enable unar support
+optdepends=('caja: file archiver extension'
+ 'unar: for RAR uncompression'
'zip: for ZIP archives' 'unzip: for ZIP archives'
'p7zip: 7zip compression utility' 'arj: for ARJ archives'
'yelp: for reading MATE help documents')