makedeb


mcomix 3.1.0-0


A user-friendly, customizable image viewer specifically designed to handle comic books

Click here to go back to the commit logs for mcomix.

Commit:


Hash: 4b14bbb2740b9f7e217e54354b6f042e29eb8faa

Message: 2.2.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index da761da..c1fa5d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mcomix
 pkgbase = mcomix
 pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
 pkgrel = 0
-pkgver = 2.1.1
+pkgver = 2.2.1
 url = https://sourceforge.net/p/mcomix/wiki/Home/
 arch = all
 depends = python3
@@ -21,8 +21,8 @@ optdepends = unzip: for zip compressed comics
 optdepends = lhasa: for lha compressed comics
 optdepends = mupdf-tools: for PDF comics
 optdepends = python3-chardet: character encoding detection
-source = https://downloads.sourceforge.net/project/mcomix/MComix-2.1.1/mcomix-2.1.1.tar.gz
-b2sums = fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630
+source = https://downloads.sourceforge.net/project/mcomix/MComix-2.2.1/mcomix-2.2.1.tar.gz
+b2sums = 4dfff8f12b3e719dcb9c32535b8d53fe5443a743fb2a7287e2b00ebb7325124c04fca5fbc853462f7e55a5ca361ba6bebd9abe5f07bad67abd5278facd9e6303
 makedepends = python3-setuptools
 optdepends = libunrar5: for rar compressed comics
 optdepends = p7zip: for 7z compressed comics
diff --git a/PKGBUILD b/PKGBUILD
index fc137d5..791a65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: schuay (AUR) <jakob.gruber@gmail.com>
 # Contributor: Ray Powell (AUR) <ray_al@xphoniexx.net>
 pkgname=mcomix
-pkgver=2.1.1
+pkgver=2.2.1
 pkgrel=0
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('all')
@@ -18,7 +18,7 @@ optdepends=('libunrar5: for rar compressed comics'
             'mupdf-tools: for PDF comics'
             'python3-chardet: character encoding detection')
 source=("https://downloads.sourceforge.net/project/${pkgname}/MComix-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630')
+b2sums=('4dfff8f12b3e719dcb9c32535b8d53fe5443a743fb2a7287e2b00ebb7325124c04fca5fbc853462f7e55a5ca361ba6bebd9abe5f07bad67abd5278facd9e6303')
 
 build(){
   cd "${pkgname}-${pkgver}"