summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraudiolinux2016-12-20 11:57:46 +0100
committeraudiolinux2016-12-20 11:57:46 +0100
commit34d72236927f1b20b8f6232279b652f10af930d1 (patch)
tree92eeef4fa2852ff9906b1e055ba73e0cd5e75f7e /PKGBUILD
parent478d73790c6e7fc352291fefd3662c147b5270b2 (diff)
downloadaur-34d72236927f1b20b8f6232279b652f10af930d1.tar.gz
Update to 5.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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
}