Add symbols

This commit is contained in:
Drew DeVault 2018-10-02 08:04:05 -04:00
parent 6cea596d80
commit bd8d9da221
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

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