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 f9b088dd1f62..4bade17dd015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-xmlpatterns
pkgname=$_pkgname-git
-pkgver=v5.5.0.3.g69c5390
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtXmlPatterns)"
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ depends=("qt5-base-git")
makedepends=("git" "python")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git://code.qt.io/qt/qtxmlpatterns.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtxmlpatterns.git#branch=dev")
sha256sums=("SKIP")
pkgver() {