summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2023-07-31 22:33:28 +0200
committerMax Rossmannek2023-07-31 22:33:28 +0200
commit7194d5947b38660885a71cbe2a272280cfb05ac8 (patch)
treed9477bafb9985e6d495ca30707ee93ae516fa7e4
parent6d9a011b9883cfdd5f5620267f66ac2bc275b6ea (diff)
downloadaur-7194d5947b38660885a71cbe2a272280cfb05ac8.tar.gz
Add python-text-unidecode dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8502f5c0231..4ef94824046f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
pkgver = r517.c6d4f59
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.com/cobib/cobib
arch = any
license = MIT
@@ -14,6 +14,7 @@ pkgbase = cobib-git
depends = python-pylatexenc
depends = python-requests
depends = python-requests-oauthlib
+ depends = python-text-unidecode
depends = python-rich
depends = python-textual
depends = python-markdown-it-py
diff --git a/PKGBUILD b/PKGBUILD
index 7aadaa5c189a..457005d65dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname='cobib'
pkgname="${_pkgname}-git"
pkgver=r517.c6d4f59
-pkgrel=4
+pkgrel=5
arch=('any')
-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')
+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')
provides=('cobib')