summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2022-01-30 11:57:47 +0000
committerAntonio Rojas2022-01-30 11:57:47 +0000
commit55e3848cf0a73838a8fc4ef816ae9969824ca40d (patch)
tree43ee181a68bf7d2b1ef1c6a45fc720eb7edc5184 /PKGBUILD
parent940edd8253ac483bcff2a6ba30470bc7793f5881 (diff)
downloadaur-55e3848cf0a73838a8fc4ef816ae9969824ca40d.tar.gz
Add debug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed5c05217eb4..9e66ea02befb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qt5-serialbus
_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=('aeeb7e5c0d3f8503215b22e1a84c0002ca67cf63862f6e3c6ef44a67ca31bd88')
+options=(debug)
prepare() {
mkdir -p build