author | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:51:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-29 21:51:10 UTC |
parent | 22af8cbddc6671b2e76a9457252c7e1d2855d859 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 5d60f3e..9a03498 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-serialport _qtver=5.15.2 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -15,6 +15,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=('59c559d748417306bc1b2cf2315c1e63eed011ace38ad92946af71f23e2ef79d') +options=(debug) prepare() { mkdir -p build