summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-09-19 21:05:26 +0200
committerPier Luigi Fiorini2017-09-19 21:05:26 +0200
commitad836e15e665d2db92659fc0d5081ddec31cb931 (patch)
tree97efda474899e6884a2d31f4f7a32a21870d93aa
parent8da9147b2829b8ee5e32c4aaddeb510048717b7b (diff)
downloadaur-ad836e15e665d2db92659fc0d5081ddec31cb931.tar.gz
Add debug info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba7790af3b86..2a3f222321f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 15 05:47:24 UTC 2017
+# Tue Sep 19 19:05:24 UTC 2017
pkgbase = fluid-git
pkgdesc = Components for Qt Quick applications with Material Design and Universal
pkgver = 20170914.20080ab
@@ -21,6 +21,8 @@ pkgbase = fluid-git
provides = fluid
conflicts = fluid
replaces = fluid
+ options = debug
+ options = !strip
source = fluid::git://github.com/lirios/fluid.git#branch=develop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 66e1a01ebf75..bd4e9dc0d9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url='https://liri.io'
license=('MPL2')
depends=('qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg' 'ttf-roboto')
makedepends=('git' 'qbs' 'qt5-tools')
+options=(debug !strip)
conflicts=('fluid')
replaces=('fluid')
provides=('fluid')