summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f72d6e6a42f..441c0bfe0b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gerhard Martinussen <jakobgm at gmail dot com>
pkgname=astrality-git
pkgver=0.6.r134.g7e10a3e
-pkgrel=2
+pkgrel=3
pkgdesc='templates-based configuration file manager'
arch=('any')
url='https://astrality.readthedocs.io'
@@ -13,7 +13,8 @@ depends=('python'
'python-mypy_extensions'
'python-requests'
'python-watchdog-git'
- 'python-yaml')
+ 'python-yaml'
+ 'python-psutil')
optdepends=('libyaml: faster YAML config parsing')
makedepends=('python-setuptools'
'git'