author | Antonio Rojas
<arojas@archlinux.org> 2017-10-10 09:57:29 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-10-10 09:57:29 UTC |
parent | 2d4df4459d4c742d8b4b9c63cbf53103f353f7d9 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4ebfa2d..455b65e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,13 +5,13 @@ pkgname=qt5-quickcontrols2 _qtver=5.9.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='Next generation user interface controls based on Qt Quick' depends=('qt5-declarative') -optdepends=('qt5-graphicaleffects: for the Material style' 'qqc2-desktop-style: to follow the desktop style') +optdepends=('qt5-graphicaleffects: for the Material style') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")