diff options
Diffstat (limited to 'libre/mcomix-libre/PKGBUILD')
-rw-r--r-- | libre/mcomix-libre/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/mcomix-libre/PKGBUILD b/libre/mcomix-libre/PKGBUILD index d55f4c329..78104354f 100644 --- a/libre/mcomix-libre/PKGBUILD +++ b/libre/mcomix-libre/PKGBUILD @@ -6,15 +6,14 @@ _pkgname=mcomix pkgname=mcomix-libre pkgver=1.00 -pkgrel=5 -pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, with unar recommendation" +pkgrel=5.1 +pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree unrar recommendation" arch=('any') url="http://sourceforge.net/projects/mcomix/" license=('GPL') depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools') makedepends=('gettext' 'intltool') -optdepends=('unar: for rar compressed comics') conflicts=('mcomix' 'comix') replaces=('mcomix' 'comix') provides=("mcomix=${pkgver}") |