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

Message: Add missing python-wheel make dependcy

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a9bd93c..4088de0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
 pkgbase = mcomix
 	pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
 	pkgver = 2.0.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://sourceforge.net/p/mcomix/wiki/Home/
 	arch = any
 	license = GPL
 	makedepends = python-build
 	makedepends = python-installer
+	makedepends = python-wheel
 	depends = gtk3
 	depends = python-cairo
 	depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 5087fec..61ac291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 pkgname=mcomix
 # Might want to move to date-based versions.
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('any')
 url="https://sourceforge.net/p/mcomix/wiki/Home/"
 license=('GPL')
 depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pillow')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-wheel')
 optdepends=('libunrar: for rar compressed comics'
             'p7zip: for 7z compressed comics'
             'unrar: for rar compressed comics'