summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorigo958622020-02-26 22:14:15 -0800
committerigo958622020-02-26 22:14:15 -0800
commit3803e8872b23cd4b6e83b2f2b6eb9d6f6676d4ff (patch)
treeb7b899ca3b1209c7255328a9f1d60e435a071528 /PKGBUILD
parent9b82a8c87b5c4653ea632d0930c0964c1d49a221 (diff)
downloadaur-3803e8872b23cd4b6e83b2f2b6eb9d6f6676d4ff.tar.gz
Added new dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac8fd9f8ee7e..b466eda9b77e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')