diff options
author | igo95862 | 2020-02-26 22:14:15 -0800 |
---|---|---|
committer | igo95862 | 2020-02-26 22:14:15 -0800 |
commit | 3803e8872b23cd4b6e83b2f2b6eb9d6f6676d4ff (patch) | |
tree | b7b899ca3b1209c7255328a9f1d60e435a071528 /PKGBUILD | |
parent | 9b82a8c87b5c4653ea632d0930c0964c1d49a221 (diff) | |
download | aur-3803e8872b23cd4b6e83b2f2b6eb9d6f6676d4ff.tar.gz |
Added new dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgdesc="Bubblewrap based sandboxing utility" arch=('any') url="https://github.com/igo95862/bubblejail" license=('GPL3+') -depends=('python' 'python-xdg' 'bubblewrap') +depends=('python' 'python-xdg' 'bubblewrap' 'python-toml' 'xdg-dbus-proxy') makedepends=('python-setuptools' 'git') source=("$pkgname"::"git+https://github.com/igo95862/bubblejail") md5sums=('SKIP') |