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: 8b615f52fd50b51bee98edefc78317e2b6fe20c7

Message: 2.1.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e91e0c4..8426cac 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 = 1
-pkgver = 2.0.2
+pkgver = 2.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-2.0.2/mcomix-2.0.2.tar.gz
-b2sums = 3f7b7a0788622173049169034a0a8ed3d3d5fb64fd32e10f4cb3f5b1a4815dee29a1a1b576798bddaeb41534ab66cb301825ddcd39b0b01252e1bbe37e0384b9
+source = https://downloads.sourceforge.net/project/mcomix/MComix-2.1.0/mcomix-2.1.0.tar.gz
+b2sums = 71aa67b48ac4cc09f12516312a07c1688e3d9ba086e0af8fab0f22549814fc82841b30965b7ac4e90192086338414c50d253af2d37b158fea8fc2358cee3d3db
 makedepends = python3-setuptools
 makedepends = python3-build
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 9c8128a..6548b20 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.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('all')
@@ -18,11 +18,11 @@ 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=('3f7b7a0788622173049169034a0a8ed3d3d5fb64fd32e10f4cb3f5b1a4815dee29a1a1b576798bddaeb41534ab66cb301825ddcd39b0b01252e1bbe37e0384b9')
+b2sums=('71aa67b48ac4cc09f12516312a07c1688e3d9ba086e0af8fab0f22549814fc82841b30965b7ac4e90192086338414c50d253af2d37b158fea8fc2358cee3d3db')
 
 build(){
   cd "${pkgname}-${pkgver}"
-  python3 -m build --wheel --no-isolation
+  python3 setup.py build
 }
 
 package() {