summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Haylett2019-07-07 22:14:32 +0100
committerJonathan Haylett2019-07-07 22:14:32 +0100
commit7ebef884aaa6dade7db3c41cb3f8e0fb210f474d (patch)
tree71e5b1b81b10735c47ce1054e448fa7f947ea735
parentfd4afbb79f809e0019d59f031a6ae985436dffa5 (diff)
downloadaur-7ebef884aaa6dade7db3c41cb3f8e0fb210f474d.tar.gz
Add psutil dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddd60ca55215..8dd1f636c7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A simple but flexible solution to saving and restoring i3 workspace lay
arch=('any')
url="http://github.com/JonnyHaystack/i3-resurrect"
license=('GPL')
-depends=('python' 'i3-wm' 'perl-anyevent-i3')
+depends=('python' 'i3-wm' 'perl-anyevent-i3' 'python-psutil')
source=(git+https://github.com/JonnyHaystack/i3-resurrect)
md5sums=('SKIP')