diff options
-rw-r--r-- | libre/doublecmd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/doublecmd/PKGBUILD b/libre/doublecmd/PKGBUILD index 68192fdad..f192c6f0a 100644 --- a/libre/doublecmd/PKGBUILD +++ b/libre/doublecmd/PKGBUILD @@ -75,7 +75,7 @@ build() { } package_doublecmd-gtk2() { - pkgdesc="twin-panel (commander-style) file manager (GTK), without nonfree libunrar, unace and unarj support" + pkgdesc="twin-panel (commander-style) file manager (GTK), without nonfree decompression engine for RAR archives and support for nonfree unace and unarj" depends=('gtk2') conflicts=("$pkgbase-qt" "$_pkgbase-gtk2" "$pkgbase-gtk2-libre") replaces=("$_pkgbase-gtk2" "$pkgbase-gtk2-libre") @@ -89,7 +89,7 @@ package_doublecmd-gtk2() { } package_doublecmd-qt() { - pkgdesc="twin-panel (commander-style) file manager (QT), without nonfree libunrar, unace and unarj support" + pkgdesc="twin-panel (commander-style) file manager (QT), without nonfree decompression engine for RAR archives and support for nonfree unace and unarj" depends=('qt4pas') conflicts=("$pkgbase-gtk2" "$_pkgbase-qt" "$pkgbase-qt-libre") replaces=("$_pkgbase-qt" "$pkgbase-qt-libre") |