diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-29 01:41:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-29 01:42:04 -0300 |
commit | 12a746d61f6bbb363e79e64d3a3526af04e545f2 (patch) | |
tree | 1edb6abbbe9a1183dc5d0e30f331ab17f9d2a64c | |
parent | 13a3692870bcd5efe19ca3ccc50a36f7dd188e52 (diff) |
calibre-libre: fix description on pkgdesc
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 91acacaf0..817019c8c 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -11,7 +11,7 @@ _pkgname=calibre pkgname=calibre-libre pkgver=1.30.0 pkgrel=1 -pkgdesc="Ebook management application, without libunrar support" +pkgdesc="Ebook management application, without nonfree libunrar support" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" license=('GPL3') |