summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzulu2017-10-25 14:49:29 +0200
committerzulu2017-10-25 14:49:29 +0200
commita764155b785f61fd57eec0a3c5e332210bffc92c (patch)
treec5326af3838c4b71aee15d4eb22c3ff9b8e51e50 /PKGBUILD
parentb40a399ab8d7b1a38619e515b240960e0429d722 (diff)
downloadaur-a764155b785f61fd57eec0a3c5e332210bffc92c.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31a117e3a838..d2011aa31df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
-# Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
-# Contributor: almack
+# Maintainer: Zulu
pkgname=qt5-quick1
-pkgver=5.7.1
-_pkgver=5.7.1
-pkgrel=2
+pkgver=5.9.2
+pkgrel=1
arch=('i686' 'x86_64')
url='http://qt-project.org/'
pkgdesc='Qt Declarative is provided for Qt 4 compatibility'
@@ -12,7 +10,7 @@ license=('LGPL2.1' 'GPL3')
#options=("debug")
depends=('qt5-webkit' 'qt5-script')
makedepends=('git')
-source=("git+https://code.qt.io/qt/qtquick1.git#branch=5.7")
+source=("git+https://code.qt.io/qt/qtquick1.git")
sha1sums=('SKIP')
_prlfix() {
@@ -25,7 +23,7 @@ prepare() {
cd qtquick1
if [ ! -d include ]; then
- syncqt.pl-qt5 -version 5.7.1 sync.profile
+ syncqt.pl-qt5 -version ${pkgver} sync.profile
fi
}