diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-31 22:23:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-31 22:23:10 -0300 |
commit | f03af127be4b27db3ebeb614a5ac3a0a0d2f516e (patch) | |
tree | d658affcfc60056bb42dd1e2a420bf7b8c1c901d /libre/mcomix/PKGBUILD | |
parent | e9a4938935a880aff1666667b88341ecef9f1131 (diff) | |
download | abslibre-f03af127be4b27db3ebeb614a5ac3a0a0d2f516e.tar.gz abslibre-f03af127be4b27db3ebeb614a5ac3a0a0d2f516e.tar.bz2 abslibre-f03af127be4b27db3ebeb614a5ac3a0a0d2f516e.zip |
mcomix-1.2-1.parabola1: updating version
Diffstat (limited to 'libre/mcomix/PKGBUILD')
-rw-r--r-- | libre/mcomix/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/mcomix/PKGBUILD b/libre/mcomix/PKGBUILD index 27ce9f419..f77b1877d 100644 --- a/libre/mcomix/PKGBUILD +++ b/libre/mcomix/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106934 2014-03-10 18:30:38Z schuay $ +# $Id: PKGBUILD 159677 2016-01-31 09:13:54Z schuay $ # Maintainer (Arch): schuay <jakob.gruber@gmail.com> # Contributor (Arch): Ray Powell <ray_al@xphoniexx.net> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=mcomix -pkgver=1.01 +pkgver=1.2 pkgrel=1.parabola1 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree unrar support" arch=('any') @@ -23,7 +23,7 @@ prepare() { cd ${srcdir}/${pkgname}-${pkgver} # Remove nonfree unRAR support - rm -v mcomix/archive/rar{,file}.py + rm -v mcomix/archive/rar{,_external}.py rm -v mime/icons/*/application-x-cbr.png patch -Np1 -i ${srcdir}/libre.patch } @@ -55,5 +55,5 @@ package() { install -Dm644 mime/comicbook.schemas ${pkgdir}/usr/share/gconf/schemas/mcomix.schemas } -md5sums=('c2837c3baf226798246db834d22d1de8' - '6ba9f4c88c18440a48bb84a03940d4a7') +md5sums=('c879c6eb5888a80781b87c10c5de826c' + '2fc7a69a673fbc4be5d1567489dd9b6e') |