author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:59:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:59:59 UTC |
parent | 975b35ee5104dced06b3676a7aabebf0e5f66be1 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index d3ba0c4..57865c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-speech _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -16,6 +16,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=('c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5') +options=(debug) prepare() { mkdir -p build