summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc01df00c403..701d1f05c944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-quickcontrols
pkgname=$_pkgname-git
-pkgver=v5.5.0.11.g56dfb59
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtQuick)"
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ depends=("qt5-declarative-git")
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git://code.qt.io/qt/qtquickcontrols.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtquickcontrols.git#branch=dev")
sha256sums=("SKIP")
pkgver() {