summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-10-04 17:39:14 +1100
committerVictor Tran2016-10-04 17:39:14 +1100
commit0f0091c9a5648df63c65bf796eaad30f5a66ae18 (patch)
tree6f210a7a2eaa42509167027e2e693162ea2a0e73
parentb597b80a54d5de0e74b569099f87b62f8606ca93 (diff)
downloadaur-0f0091c9a5648df63c65bf796eaad30f5a66ae18.tar.gz
Remove qtchooser dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cabfdf4c0de..549c40c3abd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = ts-polkitagent
url = https://github.com/vicr123/ts-polkitagent
arch = x86_64
license = GPL3
- makedepends = qtchooser
makedepends = git
depends = polkit-qt5
+ depends = qt5-base
source = ts-polkitagent-1.2::git+https://github.com/vicr123/ts-polkitagent#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ba1210745ea..0229fe692a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Polkit Agent for theShell"
arch=("x86_64")
url="https://github.com/vicr123/ts-polkitagent"
license=('GPL3')
-depends=('polkit-qt5')
-makedepends=('qtchooser' 'git')
+depends=('polkit-qt5' 'qt5-base')
+makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/ts-polkitagent#branch=master')
md5sums=('SKIP')