author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 12:40:27 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 12:40:27 UTC |
parent | 3e3df8b2b14ba9187ff4a9a64797332e50eb6a59 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index eeeeeef..9ff73be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-xmlpatterns _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -17,6 +17,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=('76ea2162a7c349188d7e7e4f6c77b78e8a205494c90fee3cea3487a1ae2cf2fa') +options=(debug) prepare() { mkdir -p build