fixed branch syntax for arch package

This commit is contained in:
Christopher A. Williamson 2017-12-24 10:32:49 +00:00
parent 452c8ff463
commit 79e68e7b87

View file

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