summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2023-06-06 21:58:05 +0200
committerMax Rossmannek2023-06-06 21:58:05 +0200
commit6d9a011b9883cfdd5f5620267f66ac2bc275b6ea (patch)
treeaad07c698520360bff421d82938d157c2a2dd12f
parentaa700cb5b2a02f076f52d52144df95d72fe86398 (diff)
downloadaur-6d9a011b9883cfdd5f5620267f66ac2bc275b6ea.tar.gz
Add python-lxml dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2036b0ff8b15..c8502f5c0231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
pkgver = r517.c6d4f59
- pkgrel = 2
+ pkgrel = 4
url = https://gitlab.com/cobib/cobib
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = cobib-git
depends = python
depends = python-bibtexparser
depends = python-beautifulsoup4
+ depends = python-lxml
depends = python-ruamel-yaml
depends = python-pylatexenc
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 5cda3f70afec..7aadaa5c189a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname='cobib'
pkgname="${_pkgname}-git"
pkgver=r517.c6d4f59
-pkgrel=3
+pkgrel=4
arch=('any')
-depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-requests-oauthlib' 'python-rich' 'python-textual' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-linkify-it-py')
+depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-lxml' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-requests-oauthlib' 'python-rich' 'python-textual' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-linkify-it-py')
license=('MIT')
makedepends=('git')
provides=('cobib')