summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-04-03 17:29:13 +0300
committergesh2024-04-03 17:29:13 +0300
commit03beead3b297446bfd4c36d06db2c41cd113b7da (patch)
treea2e2c14cc56ddb9efdadcade8ed8f0d7e0e98e9e
parent493c7d7cf6847cc81f89d9cc4357346ccf07a19f (diff)
downloadaur-papis-git.tar.gz
Add python-platformdirs dep
Introduced 7d327e85189f1be2153d033df792bfacaecf0bbb
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0195e3b1126..09fd1cb5660a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = papis-git
pkgdesc = Command-line document and bibliography manager
- pkgver = 0.13.r410.g75316b25
- pkgrel = 2
+ pkgver = 0.13.r411.g7d327e85
+ pkgrel = 1
url = https://github.com/papis/papis
arch = any
license = GPL-3.0-or-later
@@ -41,6 +41,7 @@ pkgbase = papis-git
depends = python-habanero
depends = python-isbnlib
depends = python-lxml
+ depends = python-platformdirs
depends = python-prompt_toolkit
depends = python-pyaml
depends = python-pygments
diff --git a/PKGBUILD b/PKGBUILD
index bcc48260df05..c223ee5f1f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=papis-git
_pkgname=papis
-pkgver=0.13.r410.g75316b25
-pkgrel=2
+pkgver=0.13.r411.g7d327e85
+pkgrel=1
pkgdesc="Command-line document and bibliography manager"
arch=('any')
url="https://github.com/papis/papis"
@@ -31,6 +31,7 @@ depends=('python'
'python-habanero'
'python-isbnlib'
'python-lxml'
+ 'python-platformdirs'
'python-prompt_toolkit'
'python-pyaml'
'python-pygments'