mirror of
https://github.com/swaywm/sway.git
synced 2025-02-27 03:31:20 +00:00
fixed branch syntax for arch package
This commit is contained in:
parent
452c8ff463
commit
79e68e7b87
1 changed files with 1 additions and 1 deletions
2
dist/archlinux/PKGBUILD
vendored
2
dist/archlinux/PKGBUILD
vendored
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
)
|
||||
arch=("i686" "x86_64")
|
||||
url='http://swaywm.org'
|
||||
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git#wlroots")
|
||||
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git#branch=wlroots")
|
||||
sha1sums=('SKIP')
|
||||
provides=('sway')
|
||||
conflicts=('sway-git')
|
||||
|
|
Loading…
Add table
Reference in a new issue