git » qt5-webchannel.git » commit 76f5d87

Add debug

author Antonio Rojas
2022-01-29 22:49:26 UTC
committer Antonio Rojas
2022-01-29 22:49:26 UTC
parent 1c8a7eb3fa0305151a56d8211af7a3800f4cb6ca

Add debug

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 601a8d7..4ab8ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-webchannel
 _qtver=5.15.2
 pkgver=5.15.2+kde+r5
-pkgrel=1
+pkgrel=2
 _commit=fa8b07105b5e274daaa8adcc129fa4aa0447f9f7
 arch=('x86_64')
 url='https://www.qt.io'
@@ -16,6 +16,7 @@ groups=('qt' 'qt5')
 _pkgfqn=qtwebchannel
 source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
+options=(debug)
 
 pkgver() {
   cd $_pkgfqn