summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-13 15:33:16 -0800
committerDonald Carr2016-01-13 15:33:16 -0800
commitdd0f96a7ce718cdc2c34d3195b147584df5c28c1 (patch)
tree124f3584520963cdb640063a9948f6c093d7106f /PKGBUILD
parent2b14eadac3c3e0eb0c94346e71087b479e1a16a2 (diff)
downloadaur-dd0f96a7ce718cdc2c34d3195b147584df5c28c1.tar.gz
Register Qt for the Raspberry Pi with Qt Creator
Change-Id: Ib3bc5a0d12e67a5f5daee386c17812a173a14450
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb9553c5dbab..a9b4daafca1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,7 @@ makedepends=("git" "pkgconfig" "gcc")
source=("git://github.com/qtproject/qtquickcontrols2.git" "git://github.com/sirspudd/mkspecs.git" "https://download.qt.io/development_releases/qt/5.6/${_pkgver}/single/${_pipkgname}.tar.gz")
sha256sums=("SKIP" "SKIP" "d69103ec34b3775edfa47581b14ee9a20789d4b0d7d26220fb92f2cd32eb06f9")
options=('!strip')
+install=qpi.install
build() {
local _srcdir="${srcdir}/${_pipkgname}"