summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-09-22 20:49:11 +1000
committerVictor Tran2017-09-22 20:49:11 +1000
commitcb30ba7869060fc6097c0d2dd8d604451d7b1777 (patch)
tree30ca9b11794093268ebd66d355b244e69440663c
parentc21996ef36373cf9d146e63ccaa4f7f81bc652f8 (diff)
downloadaur-cb30ba7869060fc6097c0d2dd8d604451d7b1777.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e2a775ec9e..ceb5648bcafc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = ts-polkitagent
makedepends = git
depends = polkit-qt5
depends = qt5-base
+ depends = the-libs
+ depends = qt5-x11extras
source = ts-polkitagent-1.4::git+https://github.com/vicr123/ts-polkitagent#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a7407df0fa5..144635510b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Polkit Agent for theShell"
arch=("x86_64")
url="https://github.com/vicr123/ts-polkitagent"
license=('GPL3')
-depends=('polkit-qt5' 'qt5-base')
+depends=('polkit-qt5' 'qt5-base' 'the-libs' 'qt5-x11extras')
makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/ts-polkitagent#branch=master')
md5sums=('SKIP')