author | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:49:42 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:49:42 UTC |
parent | 426ae41a6115eeb35676026a182ca98bc2aec285 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 890f7e6..b6ca31a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-sensors _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=('3f0011f9e9942cad119146b54d960438f4568a22a274cdad4fae06bb4e0e4839') +options=(debug) prepare() { mkdir -p build