Add symbols
This commit is contained in:
parent
6cea596d80
commit
bd8d9da221
2
.SRCINFO
2
.SRCINFO
@ -28,6 +28,8 @@ pkgbase = sway-git
|
|||||||
optdepends = i3status: To display system information with a bar.
|
optdepends = i3status: To display system information with a bar.
|
||||||
provides = sway
|
provides = sway
|
||||||
conflicts = sway
|
conflicts = sway
|
||||||
|
options = debug
|
||||||
|
options = !strip
|
||||||
source = sway::git+https://github.com/swaywm/sway.git
|
source = sway::git+https://github.com/swaywm/sway.git
|
||||||
sha1sums = SKIP
|
sha1sums = SKIP
|
||||||
|
|
||||||
|
1
PKGBUILD
1
PKGBUILD
@ -21,6 +21,7 @@ source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git")
|
|||||||
sha1sums=("SKIP")
|
sha1sums=("SKIP")
|
||||||
provides=("sway")
|
provides=("sway")
|
||||||
conflicts=("sway")
|
conflicts=("sway")
|
||||||
|
options=(debug !strip)
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_pkgname}"
|
cd "${srcdir}/${_pkgname}"
|
||||||
|
Loading…
Reference in New Issue
Block a user