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}"