Update for Qt 5.8

This commit is contained in:
nfnty
2017-01-25 10:28:06 +01:00
parent 614382702f
commit 9d8bd320ed
2 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ pkgname=('qt5-styleplugins')
_srcname='qtstyleplugins'
pkgdesc='Additional style plugins for Qt5'
pkgver='5.0.0'
pkgrel='5'
_commit='84b443109729664c7a0bd124b42c493f28069efc'
pkgrel='6'
arch=('i686' 'x86_64')
url="https://code.qt.io/cgit/qt/${_srcname}"
license=('LGPL')
@@ -13,7 +14,7 @@ makedepends=('git')
provides=("${pkgname[0]%-git}")
conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+https://code.qt.io/qt/${_srcname}.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09")
source=("${_srcname}::git+https://code.qt.io/qt/${_srcname}.git#commit=${_commit}")
sha512sums=('SKIP')
install='install.sh'