summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2023-05-06 18:13:09 +0200
committerMax Rossmannek2023-05-06 18:13:09 +0200
commitd554fab4278d8b696cafe9574832b2ca0a97a0c9 (patch)
tree54cd6fd51a9f0eee03b89d2404534b52c74de3f1
parent9151966a63589b583dbfa8cc1cc7856ce131d5f9 (diff)
downloadaur-d554fab4278d8b696cafe9574832b2ca0a97a0c9.tar.gz
Update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bb27e18505..6e770fb109fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,10 @@ pkgbase = cobib-git
depends = python-pylatexenc
depends = python-requests
depends = python-rich
- depends = python-textual-git
+ depends = python-textual
depends = python-markdown-it-py
depends = python-mdit_py_plugins
+ depends = python-linkify-it-py
provides = cobib
conflicts = cobib
source = cobib::git+https://gitlab.com/cobib/cobib.git
diff --git a/PKGBUILD b/PKGBUILD
index a57d2a6d2267..90ee1c0db50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname="${_pkgname}-git"
pkgver=r517.c6d4f59
pkgrel=1
arch=('any')
-depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-rich' 'python-textual-git' 'python-markdown-it-py' 'python-mdit_py_plugins')
+depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-rich' 'python-textual' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-linkify-it-py')
license=('MIT')
makedepends=('git')
provides=('cobib')