summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2018-10-02 08:04:05 -0400
committerDrew DeVault2018-10-02 08:04:05 -0400
commitbd8d9da2211a92ce97d6f7044a75ae7d51f8b19f (patch)
tree6619e4773363aeecba1f4d8833b486ff3daa5e0a
parent6cea596d809c843b0918a55727194ee6f52f3393 (diff)
downloadaur-bd8d9da2211a92ce97d6f7044a75ae7d51f8b19f.tar.gz
Add symbols
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a0daf4e1a22..c5a95d8c01c1 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 66072a57a052..23b6dfe25d31 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}"