diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-05-02 18:52:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-05-02 18:52:40 -0500 |
commit | 79378bccb8af4af9b1cac46e2948df46dbab8c4b (patch) | |
tree | 46b11fb900c48114d77aebf7d059f1cd9e091db7 /libre/mcomix | |
parent | c212428df890aa325501e6941d5379647bcbdfdc (diff) | |
download | abslibre-79378bccb8af4af9b1cac46e2948df46dbab8c4b.tar.gz abslibre-79378bccb8af4af9b1cac46e2948df46dbab8c4b.tar.bz2 abslibre-79378bccb8af4af9b1cac46e2948df46dbab8c4b.zip |
mcomix-1.2.1-4.par1: rebuild
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() { |