author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 10:37:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 10:37:59 UTC |
parent | 4f730d4ceecdefeae0b3a9de7faa58916cef2c4c |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 4014e68..7594b1a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-networkauth _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 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=('fcc2ec42faa68561efa8f00cd72e662fbc06563ebc6de1dc42d96bb2997acd85') +options=(debug) prepare() { mkdir -p build