summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraudiolinux2016-12-20 11:57:46 +0100
committeraudiolinux2016-12-20 11:57:46 +0100
commit34d72236927f1b20b8f6232279b652f10af930d1 (patch)
tree92eeef4fa2852ff9906b1e055ba73e0cd5e75f7e
parent478d73790c6e7fc352291fefd3662c147b5270b2 (diff)
downloadaur-34d72236927f1b20b8f6232279b652f10af930d1.tar.gz
Update to 5.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47032e208f9..9aeee63eacfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 16:16:38 UTC 2016
+# Tue Dec 20 10:57:14 UTC 2016
pkgbase = qt5-quick1
pkgdesc = Qt Declarative is provided for Qt 4 compatibility
- pkgver = 5.7.0
- pkgrel = 4
+ pkgver = 5.7.1
+ pkgrel = 1
url = http://qt-project.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1bb5a31cb43b..57d3278bc617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: almack
pkgname=qt5-quick1
-pkgver=5.7.0
-_pkgver=5.7.0
-pkgrel=4
+pkgver=5.7.1
+_pkgver=5.7.1
+pkgrel=1
arch=('i686' 'x86_64')
url='http://qt-project.org/'
pkgdesc='Qt Declarative is provided for Qt 4 compatibility'
@@ -25,7 +25,7 @@ prepare() {
cd qtquick1
if [ ! -d include ]; then
- syncqt.pl-qt5 -version 5.7.0 sync.profile
+ syncqt.pl-qt5 -version 5.7.1 sync.profile
fi
}