author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:54:11 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:54:11 UTC |
parent | 0f7ef4609630b0f8b6d0dcbe523b3897956a2daa |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 92af052..c2bff41 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-scxml _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=('60b9590b9a41c60cee7b8a8c8410ee4625f0389c1ff8d79883ec5a985638a7dc') +options=(debug) prepare() { mkdir -p build