author | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:47:37 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:47:37 UTC |
parent | a0a23f149c64db1c959c17cd59e4f98c3f2ed5de |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index ddbeb8b..5c53a15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-location _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=4 +pkgrel=5 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -14,6 +14,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=('984fcb09e108df49a8dac35d5ce6dffc49caafd2acb1c2f8a5173a6a21f392a0') +options=(debug) prepare() { mkdir -p build