Update for Qt 5.8
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user