diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:46:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:46:06 -0300 |
commit | 23505f6a0125bc971d2ad48160133b7a8f2153d0 (patch) | |
tree | 5f728ca81d6a9893d6629bad992a4f37c38474d0 /libre/doublecmd | |
parent | 31bc7042e97012dc3ce0d119cb334d508818b15c (diff) | |
download | abslibre-23505f6a0125bc971d2ad48160133b7a8f2153d0.tar.gz abslibre-23505f6a0125bc971d2ad48160133b7a8f2153d0.tar.bz2 abslibre-23505f6a0125bc971d2ad48160133b7a8f2153d0.zip |
doublecmd: change description on pkgdesc
Diffstat (limited to 'libre/doublecmd')
-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") |