summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2023-04-15 13:26:50 +0200
committerMax Rossmannek2023-04-15 13:26:50 +0200
commit8c0e0d08025d99d5005eae7a5cd615bde4f4eaaa (patch)
treead6cfebab9d749102b23ef0fbbbd56981800a23d
parentfbb05bbc9ca472530efbc848bb706fbe4f1c2f7d (diff)
downloadaur-8c0e0d08025d99d5005eae7a5cd615bde4f4eaaa.tar.gz
Update PKGBUILD with new dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4249158a172d..e9e611388bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
- pkgver = r343.642df0c
+ pkgver = r517.c6d4f59
pkgrel = 1
url = https://gitlab.com/mrossinek/cobib
arch = any
@@ -12,10 +12,13 @@ pkgbase = cobib-git
depends = python-ruamel-yaml
depends = python-pylatexenc
depends = python-requests
+ depends = python-rich
+ depends = python-textual-git
+ depends = python-markdown-it-py
+ depends = python-mdit_py_plugins
provides = cobib
conflicts = cobib
source = cobib::git+https://gitlab.com/mrossinek/cobib.git
sha256sums = SKIP
pkgname = cobib-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bc2aad5b1696..5ae737dffc83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname='cobib'
pkgname="${_pkgname}-git"
-pkgver=r343.642df0c
+pkgver=r517.c6d4f59
pkgrel=1
arch=('any')
-depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests')
+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')
license=('MIT')
makedepends=('git')
provides=('cobib')