diff options
Diffstat (limited to 'libre/engrampa/PKGBUILD')
-rw-r--r-- | libre/engrampa/PKGBUILD | 9 |
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') |