summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRiley Trautman2015-07-26 12:37:37 -0500
committerRiley Trautman2015-07-26 12:37:37 -0500
commitfb353924bf786c5e6e8723d6e2bf3c85c5dd3d8f (patch)
treee664dcd4028b65c050f8925e1f4147bf46c1d175 /PKGBUILD
parent5b084e38e132b5e2d51541d632bff0f67195457e (diff)
downloadaur-fb353924bf786c5e6e8723d6e2bf3c85c5dd3d8f.tar.gz
Updated to git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f206043bdf11..5672892b159d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-base
pkgname=$_pkgname-git
-pkgver=v5.5.0.beta1.362.gec8c1dc
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework"
arch=("i686" "x86_64")
@@ -26,7 +26,7 @@ optdepends=(
)
provides=("$_pkgname")
conflicts=("$_pkgname" "qtchooser")
-source=("$_pkgname::git://code.qt.io/qt/qtbase.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtbase.git#branch=dev")
sha256sums=("SKIP")