From bd8d9da2211a92ce97d6f7044a75ae7d51f8b19f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 2 Oct 2018 08:04:05 -0400 Subject: [PATCH] Add symbols --- .SRCINFO | 2 ++ PKGBUILD | 1 + 2 files changed, 3 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index 9a0daf4..c5a95d8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -28,6 +28,8 @@ pkgbase = sway-git optdepends = i3status: To display system information with a bar. provides = sway conflicts = sway + options = debug + options = !strip source = sway::git+https://github.com/swaywm/sway.git sha1sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 66072a5..23b6dfe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,6 +21,7 @@ source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git") sha1sums=("SKIP") provides=("sway") conflicts=("sway") +options=(debug !strip) pkgver() { cd "${srcdir}/${_pkgname}"