summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2016-03-30 09:41:37 +0200
committerroot2016-03-30 09:41:37 +0200
commit7f3799bea392a926904aebdf8fdf585f04044a33 (patch)
treece8f0b4e807974884bec8b6b92032be5505469ac /PKGBUILD
parent51ddd4d33a2121ffb0cae071acb60ef521b919dc (diff)
downloadaur-7f3799bea392a926904aebdf8fdf585f04044a33.tar.gz
PKGBUILD fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07ce316b7d20..a1bc5d91a9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=qt5-quick1
pkgver=5.6.0
_pkgver=5.6.0
-pkgrel=1
-arch=('x86_64')
+pkgrel=2
+arch=('i686' 'x86_64')
url='http://qt-project.org/'
pkgdesc='Qt Declarative is provided for Qt 4 compatibility'
license=('LGPL2.1' 'GPL3')
#options=("debug")
depends=('qt5-webkit' 'qt5-script')
makedepends=('git')
-source=("git://code.qt.io/qt/qtquick1.git#commit=dcc5e5c01c28b227f0e5e5e4976a9d26e8a45295")
+source=("git+https://code.qt.io/qt/qtquick1.git#commit=dcc5e5c01c28b227f0e5e5e4976a9d26e8a45295")
sha1sums=('SKIP')
_prlfix() {