summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2016-10-04 17:48:10 +1100
committerVictor Tran2016-10-04 17:48:10 +1100
commit7fd0a3310ef085b1b2ddcbd2657a0f770403bb22 (patch)
treec6933164a9fe4a0bc5ee36381278d454244c4a5b /PKGBUILD
parent817d709be7ef33668a01e0c9fe0ce0f3f2bc8e44 (diff)
downloadaur-thepackage.tar.gz
Remove qtchooser depencency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38b1c635feff..aceb9a2a8cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Simple Package Manager that invokes Pacman directly"
arch=("x86_64")
url="https://github.com/vicr123/thepackage"
license=('GPL2')
-depends=('qt5-base' 'xdg-utils' 'wget' 'package-query' 'git')
-makedepends=('qtchooser')
+depends=('qt5-base' 'xdg-utils' 'wget' 'package-query'
+'git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/thepackage#branch=master')
md5sums=('SKIP')