summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraudiolinux2016-06-24 18:17:04 +0200
committeraudiolinux2016-06-24 18:17:04 +0200
commita2005bf1d0e9ded841fc5a0c3b193524c5246869 (patch)
tree0d15e7ccbd71980f4d63b48a1efa894e6f0016d0
parentdd6405739fba267687ad3d3f16b45829c31aee5e (diff)
downloadaur-a2005bf1d0e9ded841fc5a0c3b193524c5246869.tar.gz
Update to 5.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc6732fb887..f3aca3d5b89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 16:17:49 UTC 2016
+# Fri Jun 24 16:16:44 UTC 2016
pkgbase = qt5-quick1
pkgdesc = Qt Declarative is provided for Qt 4 compatibility
- pkgver = 5.6.1
- pkgrel = 1
+ pkgver = 5.7.0
+ pkgrel = 2
url = http://qt-project.org/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = qt5-quick1
makedepends = git
depends = qt5-webkit
depends = qt5-script
- source = git+https://code.qt.io/qt/qtquick1.git
+ source = git+https://code.qt.io/qt/qtquick1.git#branch=5.7
sha1sums = SKIP
pkgname = qt5-quick1
diff --git a/PKGBUILD b/PKGBUILD
index 74f8e02284d3..b55340f86b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: almack
pkgname=qt5-quick1
-pkgver=5.6.1
-_pkgver=5.6.1
-pkgrel=1
+pkgver=5.7.0
+_pkgver=5.7.0
+pkgrel=2
arch=('i686' 'x86_64')
url='http://qt-project.org/'
pkgdesc='Qt Declarative is provided for Qt 4 compatibility'
@@ -12,7 +12,7 @@ license=('LGPL2.1' 'GPL3')
#options=("debug")
depends=('qt5-webkit' 'qt5-script')
makedepends=('git')
-source=("git+https://code.qt.io/qt/qtquick1.git")
+source=("git+https://code.qt.io/qt/qtquick1.git#branch=5.7")
sha1sums=('SKIP')
_prlfix() {
@@ -25,7 +25,7 @@ prepare() {
cd qtquick1
if [ ! -d include ]; then
- syncqt.pl-qt5 -version 5.6.1 sync.profile
+ syncqt.pl-qt5 -version 5.7.0 sync.profile
fi
}