summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiley Trautman2015-07-26 12:37:46 -0500
committerRiley Trautman2015-07-26 12:37:46 -0500
commiteb266d8923a76fc9d3a335a72cd12ab64ba08cc9 (patch)
treeffa562424b5d7f7327828c3523afa8c5be10f98d
parent95002a975b2aaa1813c6e9382c1e5b087c1e5061 (diff)
downloadaur-eb266d8923a76fc9d3a335a72cd12ab64ba08cc9.tar.gz
Updated to git
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdca4bf5e49c..702584e4c892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-graphicaleffects
pkgname=$_pkgname-git
-pkgver=v5.5.0.1.gb4ef5a9
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtGraphicalEffects)"
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/qtgraphicaleffects.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtgraphicaleffects.git#branch=dev")
sha256sums=("SKIP")
pkgver() {