Update for Qt 5.8
This commit is contained in:
parent
614382702f
commit
9d8bd320ed
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = qt5-styleplugins
|
pkgbase = qt5-styleplugins
|
||||||
pkgdesc = Additional style plugins for Qt5
|
pkgdesc = Additional style plugins for Qt5
|
||||||
pkgver = 5.0.0
|
pkgver = 5.0.0
|
||||||
pkgrel = 5
|
pkgrel = 6
|
||||||
url = https://code.qt.io/cgit/qt/qtstyleplugins
|
url = https://code.qt.io/cgit/qt/qtstyleplugins
|
||||||
install = install.sh
|
install = install.sh
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -13,7 +13,7 @@ pkgbase = qt5-styleplugins
|
|||||||
depends = libx11
|
depends = libx11
|
||||||
provides = qt5-styleplugins
|
provides = qt5-styleplugins
|
||||||
conflicts = qt5-styleplugins
|
conflicts = qt5-styleplugins
|
||||||
source = qtstyleplugins::git+https://code.qt.io/qt/qtstyleplugins.git#commit=695d8d5793e86f7ad06b931e2418e02fefc74c09
|
source = qtstyleplugins::git+https://code.qt.io/qt/qtstyleplugins.git#commit=84b443109729664c7a0bd124b42c493f28069efc
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = qt5-styleplugins
|
pkgname = qt5-styleplugins
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -3,7 +3,8 @@ pkgname=('qt5-styleplugins')
|
|||||||
_srcname='qtstyleplugins'
|
_srcname='qtstyleplugins'
|
||||||
pkgdesc='Additional style plugins for Qt5'
|
pkgdesc='Additional style plugins for Qt5'
|
||||||
pkgver='5.0.0'
|
pkgver='5.0.0'
|
||||||
pkgrel='5'
|
_commit='84b443109729664c7a0bd124b42c493f28069efc'
|
||||||
|
pkgrel='6'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://code.qt.io/cgit/qt/${_srcname}"
|
url="https://code.qt.io/cgit/qt/${_srcname}"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
@ -13,7 +14,7 @@ makedepends=('git')
|
|||||||
provides=("${pkgname[0]%-git}")
|
provides=("${pkgname[0]%-git}")
|
||||||
conflicts=("${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')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
install='install.sh'
|
install='install.sh'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user