diff options
Diffstat (limited to 'libre/mcomix')
-rw-r--r-- | libre/mcomix/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/mcomix/PKGBUILD b/libre/mcomix/PKGBUILD index fc3a7316c..cb64ec179 100644 --- a/libre/mcomix/PKGBUILD +++ b/libre/mcomix/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 173821 2016-05-05 09:43:03Z schuay $ # Maintainer (Arch): schuay <jakob.gruber@gmail.com> # Contributor (Arch): Ray Powell <ray_al@xphoniexx.net> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> @@ -6,10 +5,12 @@ pkgname=mcomix pkgver=1.2.1 -pkgrel=3.parabola2 -pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree libunrar support" +pkgrel=4 +pkgrel+=.par1 +pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books" +pkgdesc+=", without nonfree libunrar support" arch=('any') -url="http://sourceforge.net/projects/mcomix/" +url="https://sourceforge.net/projects/mcomix/" license=('GPL') depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools') @@ -18,7 +19,7 @@ optdepends=('mupdf-tools: for pdf comics' 'p7zip: for 7zip compressed comics') conflicts=('comix' 'mcomix-libre') replaces=('comix' 'mcomix-libre') -source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2" +source=("https://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2" 'libre.patch') prepare() { |