summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Hovorka2017-03-02 22:44:04 +0100
committerMarkus Hovorka2017-03-02 22:44:04 +0100
commitcde02de420a6b314792a72df2b5a5db3c18bdb65 (patch)
tree29ce183c66749160d19e56f0704ffe3fd490cd11 /PKGBUILD
parentf7813ffe97428c237be399d090d1fa8fecadaaac (diff)
downloadaur-cde02de420a6b314792a72df2b5a5db3c18bdb65.tar.gz
Add missing build dep 'git'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b1ad81a51d5..8d300ee87afa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('i686' 'x86_64')
license=('LGPL')
url="http://qt-project.org/wiki/PySide"
makedepends=('python' 'python2' "qt5.6" "python"{,2}"-shiboken2-git"
- 'cmake' 'qt5.6-webkit' 'phonon-qt5')
+ 'cmake' 'qt5.6-webkit' 'phonon-qt5' 'git')
source=("$pkgbase::git+https://code.qt.io/pyside/pyside.git"
"sphinx-build2.patch")
md5sums=('SKIP'