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 c7d472bc86b1..857d9f4b6d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=qt5-svg
pkgname=$_pkgname-git
-pkgver=v5.5.0.1.g93d77ed
+pkgver=git
pkgrel=1
pkgdesc="A cross-platform application and UI framework (QtSvg)"
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ depends=("qt5-base-git")
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git://code.qt.io/qt/qtsvg.git#branch=5.5")
+source=("$_pkgname::git://code.qt.io/qt/qtsvg.git#branch=dev")
sha256sums=("SKIP")
pkgver() {