summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRiley Trautman2015-07-26 12:37:55 -0500
committerRiley Trautman2015-07-26 12:37:55 -0500
commit103c48b5656e142fa287cda160c8462150ec2897 (patch)
treee708807230edf5ac5e9dd5ed49646aadc5af0c11 /PKGBUILD
parentff1a04403222d645518af9b5ef97f85ef86bbb93 (diff)
downloadaur-103c48b5656e142fa287cda160c8462150ec2897.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 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() {