summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-04-02 19:11:17 +0300
committerArkadiy Illarionov2022-04-02 19:11:17 +0300
commit1e937f0a663b937fea43d1f199d04577b9063938 (patch)
treefc3dc457d936d6e179a5a3358b3d2d1ffc52ed4a
parentdd9358d8ac42363c3bde2ade5e53fe7c895124b6 (diff)
downloadaur-1e937f0a663b937fea43d1f199d04577b9063938.tar.gz
Add missing python-setuptools make dependcy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4088de0d2e9d..8534ab2aac97 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 = 2
+ pkgrel = 3
url = https://sourceforge.net/p/mcomix/wiki/Home/
arch = any
license = GPL
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = gtk3
depends = python-cairo
diff --git a/PKGBUILD b/PKGBUILD
index 61ac2914ffc9..29563b224877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=mcomix
# Might want to move to date-based versions.
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
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' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('libunrar: for rar compressed comics'
'p7zip: for 7z compressed comics'
'unrar: for rar compressed comics'