git » qt5-datavis3d.git » commit 123dc4e

Add debug

author Antonio Rojas
2022-01-30 09:57:52 UTC
committer Antonio Rojas
2022-01-30 09:57:52 UTC
parent 8eb06f4c40161db1ce48c6806a173047019b6f0b

Add debug

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index de616c1..7640afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-datavis3d
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3')
@@ -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=('226a6575d573ad78aca459709722c496c23aee526aa0c38eb7c93b0bea1eb6fd')
+options=(debug)
 
 prepare() {
   mkdir -p build