git » qt5-graphicaleffects.git » commit 0ac5c07

Add debug

author Antonio Rojas
2022-01-30 10:04:13 UTC
committer Antonio Rojas
2022-01-30 10:04:13 UTC
parent 0a0a73d903dd142a493d44b7b1a79f676879752a

Add debug

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 51e1155..6b18b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-graphicaleffects
 _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=('ec8d67f64967d5046410490b549c576f9b9e8b47ec68594ae84aa8870173dfe4')
+options=(debug)
 
 prepare() {
   mkdir -p build