summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiley Trautman2015-07-26 12:37:41 -0500
committerRiley Trautman2015-07-26 12:37:41 -0500
commit1cafa9ee8ef68209e91df21292523791a0259256 (patch)
treedce7981a7b5d862afb4c693d843d96819c7016d5
parentbc948828e5878749b9eaa9c88d1045e0c0561129 (diff)
downloadaur-1cafa9ee8ef68209e91df21292523791a0259256.tar.gz
Updated to git
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e263b280821d..a5d215457aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-declarative
pkgname=$_pkgname-git
-pkgver=v5.5.0.19.ga3f686c
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtQml, QtQuick)"
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ depends=("qt5-xmlpatterns-git")
makedepends=("git" "python")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git://code.qt.io/qt/qtdeclarative.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtdeclarative.git#branch=dev")
sha256sums=("SKIP")
pkgver() {