author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:44:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 11:44:59 UTC |
parent | c224bc30f50515b7a90de87a8a190519db897c62 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 3e23951..a604ad9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-remoteobjects _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=('6781b6bc90888254ea77ce812736dac00c67fa4eeb3095f5cd65e4b9c15dcfc2') +options=(debug) prepare() { mkdir -p build