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 5a66c3913565..947c3ffe2ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 00:16:21 UTC 2017
+# Tue Sep 19 19:08:08 UTC 2017
pkgbase = liri-wayland-git
pkgdesc = QtWayland additions and QPA plugin
pkgver = 20170514.732a453
@@ -33,6 +33,8 @@ pkgbase = liri-wayland-git
replaces = greenisland
replaces = greenisland-git
replaces = liri-wayland
+ options = debug
+ options = !strip
source = wayland::git://github.com/lirios/wayland.git#branch=develop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ba1f6f062ec..d8edc1fd1025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('GPL3')
depends=('systemd' 'wayland-protocols' 'libdrm' 'libinput' 'qt5-declarative' 'qt5-wayland'
'xkeyboard-config' 'libxkbcommon' 'glib2' 'fontconfig' 'freetype2')
makedepends=('git' 'liri-qbs-shared-git' 'xcb-util-cursor' 'libxcursor')
+options=(debug !strip)
conflicts=('greenisland' 'greenisland-git' 'liri-wayland')
replaces=('greenisland' 'greenisland-git' 'liri-wayland')
provides=('liri-wayland')