Skip to content

Commit e5b2e35

Browse files
committed
fix: Added missing dependencies for Arch systems
1 parent 9a528d8 commit e5b2e35

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

PKGBUILD

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ pkgdesc="A comprehensive CLI tool for Linear issue management with advanced sear
88
arch=('any')
99
url="https://github.com/AdiKsOnDev/linearator"
1010
license=('MIT')
11-
depends=('python>=3.12' 'python-pip')
11+
depends=(
12+
'python'
13+
'python-httpx'
14+
'python-keyring'
15+
'python-gql'
16+
'python-tomli-w'
17+
'python-dotenv'
18+
'python-pydantic'
19+
'python-rich'
20+
)
1221
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
1322
optdepends=(
1423
'keyrings.alt: Alternative keyring backends for credential storage'

0 commit comments

Comments
 (0)