mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04: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")
|
arch=("i686" "x86_64")
|
||||||
url='http://swaywm.org'
|
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')
|
sha1sums=('SKIP')
|
||||||
provides=('sway')
|
provides=('sway')
|
||||||
conflicts=('sway-git')
|
conflicts=('sway-git')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue