summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Rossmannek2024-04-15 09:57:57 +0200
committerMax Rossmannek2024-04-15 09:57:57 +0200
commit32fa78b7060c9406f92148ba2262429bcb60eeea (patch)
tree145ec8a8132ecc26c0dffaa39629f9e7061ab715 /PKGBUILD
parente97bab1719f6ac17cc5b2533eabd18f9ae3613d0 (diff)
downloadaur-cobib-git.tar.gz
Add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"