summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789dd9ffa689..23d1174bdbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
pkgver = r517.c6d4f59
- pkgrel = 7
+ pkgrel = 8
url = https://gitlab.com/cobib/cobib
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = cobib-git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = python-bibtexparser
depends = python-beautifulsoup4
diff --git a/PKGBUILD b/PKGBUILD
index ab52e3fca2fc..f5a255b73905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname='cobib'
pkgname="${_pkgname}-git"
pkgver=r517.c6d4f59
-pkgrel=7
+pkgrel=8
arch=('any')
depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-lxml' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-requests-oauthlib' 'python-text-unidecode' 'python-rich' 'python-textual' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-linkify-it-py')
license=('MIT')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
provides=('cobib')
conflicts=('cobib')
pkgdesc="Console Bibliography"