author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:07:15 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:07:15 UTC |
parent | 052316a7b22583369300297e1c1bbc4a85e68b79 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 4aaafdb..206e658 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-quickcontrols _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -15,6 +15,7 @@ groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") sha256sums=('c393fb7384b1f047f10e91a6832cf3e6a4c2a41408b8cb2d05af2283e8549fb5') +options=(debug) prepare() { mkdir -p build