summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7baf53a231dc..c96075228f77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 15 05:49:29 UTC 2017
+# Tue Sep 19 19:08:23 UTC 2017
pkgbase = vibe-git
pkgdesc = A collection of QML plugins used throughout Liri
pkgver = 20170915.5b524c6
@@ -26,6 +26,8 @@ pkgbase = vibe-git
provides = vibe
conflicts = vibe
replaces = vibe
+ options = debug
+ options = !strip
source = vibe::git://github.com/lirios/vibe.git#branch=develop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1b8e7fee396..7c577b4720a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('LGPL3')
depends=('qt5-base' 'qt5-declarative' 'qt5-tools' 'kwallet' 'solid' 'networkmanager-qt'
'modemmanager-qt' 'pulseaudio' 'fluid-git' 'libliri-git')
makedepends=('git' 'liri-qbs-shared-git')
+options=(debug !strip)
conflicts=('vibe')
replaces=('vibe')
provides=('vibe')