summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiley Trautman2015-07-26 12:38:00 -0500
committerRiley Trautman2015-07-26 12:38:00 -0500
commit4a875dbe66075b841e858e62d0fe5395feeb6a3a (patch)
tree46d905840a6007d6376be904f987076d86bc5aaf
parent266972214edc04eadced2acacd3881e6d47b1b66 (diff)
downloadaur-4a875dbe66075b841e858e62d0fe5395feeb6a3a.tar.gz
Updated to git
-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() {