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: ede0f5ca85427d496a864ee879098ec488c331b3

Message: 3.1.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7f368fb..7c8453e 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 = 3.0.0
+pkgver = 3.1.0
 url = https://sourceforge.net/p/mcomix/wiki/Home/
 arch = all
 depends = python3
@@ -23,8 +23,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-3.0.0/mcomix-3.0.0.tar.gz
-b2sums = 48c4566cc09c99e4cea76e487753c43fc36ed9e06c26dd1cbcf0e16b1ded4cf438cbcd2d423bdff393468a368d226a499b70967b9fc094d526bb4637c5d3b24b
+source = https://downloads.sourceforge.net/project/mcomix/MComix-3.1.0/mcomix-3.1.0.tar.gz
+b2sums = 9e5ca2a1735aaf77f4e46b926c36655e9e5fe19c37ce7583e88a71cc13978ee51ae7793ddef03d74829449f0960dcf42044a1ad41f59d1945d25c58d99b792fa
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index ec4af0d..84450ec 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=3.0.0
+pkgver=3.1.0
 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=('48c4566cc09c99e4cea76e487753c43fc36ed9e06c26dd1cbcf0e16b1ded4cf438cbcd2d423bdff393468a368d226a499b70967b9fc094d526bb4637c5d3b24b')
+b2sums=('9e5ca2a1735aaf77f4e46b926c36655e9e5fe19c37ce7583e88a71cc13978ee51ae7793ddef03d74829449f0960dcf42044a1ad41f59d1945d25c58d99b792fa')
 
 build(){
   cd "${pkgname}-${pkgver}"