summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2024-04-15 09:56:23 +0200
committerMax Rossmannek2024-04-15 09:56:23 +0200
commitb301ce030acdfa247cea7b0e0a78e0e7d529f03d (patch)
treec01d6f70a636c88e71686ba0bc765b51ab7017e0
parent791bb281ede7db2e4dacb56a7e8f34546c2af19a (diff)
downloadaur-b301ce030acdfa247cea7b0e0a78e0e7d529f03d.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a76ae68b90..805d610f4613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cobib
pkgdesc = Console Bibliography
pkgver = 4.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/cobib/cobib
arch = any
license = MIT
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 9d883f4857e3..a5cf26058298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=cobib
pkgver=4.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Console Bibliography"
arch=('any')
license=('MIT')
provides=('cobib')
conflicts=('cobib')
url="https://gitlab.com/cobib/${pkgname}"
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
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')
source=("https://gitlab.com/cobib/cobib/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha512sums=('b50cd76f4dab4583a74b24ce1338b45f0abfc95366712be703251ac9bf0ff16c0f640160936484ed4085a4ecb1465f737cb1efed2c16fd3c0a25e0473a46f75a')