makedeb
A user-friendly, customizable image viewer specifically designed to handle comic books
Click here to go back to the commit logs for mcomix.
Hash: 46aa5139dee5365dea893768fae118e098eb6dff
Message: 2.1.1
diff --git a/.SRCINFO b/.SRCINFO
index 8426cac..da761da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = mcomix
pkgbase = mcomix
pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
-pkgrel = 1
-pkgver = 2.1.0
+pkgrel = 0
+pkgver = 2.1.1
url = https://sourceforge.net/p/mcomix/wiki/Home/
arch = all
depends = python3
@@ -14,8 +14,6 @@ depends = python3-cairo
depends = python3-gi-cairo
license = GPL
makedepends = python3-setuptools
-makedepends = python3-build
-makedepends = python3-wheel
optdepends = libunrar5: for rar compressed comics
optdepends = p7zip: for 7z compressed comics
optdepends = unrar: for rar compressed comics
@@ -23,11 +21,9 @@ 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.0/mcomix-2.1.0.tar.gz
-b2sums = 71aa67b48ac4cc09f12516312a07c1688e3d9ba086e0af8fab0f22549814fc82841b30965b7ac4e90192086338414c50d253af2d37b158fea8fc2358cee3d3db
+source = https://downloads.sourceforge.net/project/mcomix/MComix-2.1.1/mcomix-2.1.1.tar.gz
+b2sums = fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630
makedepends = python3-setuptools
-makedepends = python3-build
-makedepends = python3-wheel
optdepends = libunrar5: for rar compressed comics
optdepends = p7zip: for 7z compressed comics
optdepends = unrar: for rar compressed comics
diff --git a/PKGBUILD b/PKGBUILD
index 6548b20..fc137d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: schuay (AUR) <jakob.gruber@gmail.com>
# Contributor: Ray Powell (AUR) <ray_al@xphoniexx.net>
pkgname=mcomix
-pkgver=2.1.0
-pkgrel=1
+pkgver=2.1.1
+pkgrel=0
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('all')
url="https://sourceforge.net/p/mcomix/wiki/Home/"
license=('GPL')
depends=('python3' 'gir1.2-gtk-3.0' 'python3-pil' 'python3-gi' 'python3-cairo' 'python3-gi-cairo')
-makedepends=('python3-setuptools' 'python3-build' 'python3-wheel')
+makedepends=('python3-setuptools')
optdepends=('libunrar5: for rar compressed comics'
'p7zip: for 7z compressed comics'
'unrar: for rar compressed comics'
@@ -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=('71aa67b48ac4cc09f12516312a07c1688e3d9ba086e0af8fab0f22549814fc82841b30965b7ac4e90192086338414c50d253af2d37b158fea8fc2358cee3d3db')
+b2sums=('fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630')
build(){
cd "${pkgname}-${pkgver}"