summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}