summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraudiolinux2016-06-18 18:18:13 +0200
committeraudiolinux2016-06-18 18:18:13 +0200
commitdd6405739fba267687ad3d3f16b45829c31aee5e (patch)
tree21fb8da89ef0974e18dfc6304c43088dd8b21fe1
parent7f3799bea392a926904aebdf8fdf585f04044a33 (diff)
downloadaur-dd6405739fba267687ad3d3f16b45829c31aee5e.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27aaf7c3d2eb..cbc6732fb887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 07:41:17 UTC 2016
+# Sat Jun 18 16:17:49 UTC 2016
pkgbase = qt5-quick1
pkgdesc = Qt Declarative is provided for Qt 4 compatibility
- pkgver = 5.6.0
- pkgrel = 2
+ pkgver = 5.6.1
+ pkgrel = 1
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#commit=dcc5e5c01c28b227f0e5e5e4976a9d26e8a45295
+ source = git+https://code.qt.io/qt/qtquick1.git
sha1sums = SKIP
pkgname = qt5-quick1
diff --git a/PKGBUILD b/PKGBUILD
index a1bc5d91a9ad..74f8e02284d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: almack
pkgname=qt5-quick1
-pkgver=5.6.0
-_pkgver=5.6.0
-pkgrel=2
+pkgver=5.6.1
+_pkgver=5.6.1
+pkgrel=1
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#commit=dcc5e5c01c28b227f0e5e5e4976a9d26e8a45295")
+source=("git+https://code.qt.io/qt/qtquick1.git")
sha1sums=('SKIP')
_prlfix() {
@@ -25,7 +25,7 @@ prepare() {
cd qtquick1
if [ ! -d include ]; then
- syncqt.pl-qt5 -version 5.6.0 sync.profile
+ syncqt.pl-qt5 -version 5.6.1 sync.profile
fi
}