diff --git a/.SRCINFO b/.SRCINFO index 9ad9e6d..2b39cca 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,9 @@ -# Generated by mksrcinfo v8 -# Sun May 1 22:52:06 UTC 2016 pkgbase = sway-git pkgdesc = i3 compatible window manager for Wayland - pkgver = r1461.54c635c + pkgver = r2587.22db6013 pkgrel = 1 url = http://swaywm.org + install = sway-git.install arch = i686 arch = x86_64 license = MIT @@ -26,7 +25,7 @@ pkgbase = sway-git optdepends = i3status: To display system information with a bar. provides = sway conflicts = sway - source = sway::git+https://github.com/SirCmpwn/sway.git + source = sway::git+https://github.com/SirCmpwn/sway.git#branch=0.15 sha1sums = SKIP pkgname = sway-git diff --git a/PKGBUILD b/PKGBUILD index b5afa82..8821a79 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=sway-git _pkgname=sway -pkgver=r2030.35b8d18 +pkgver=r2587.22db6013 pkgrel=1 license=('MIT') pkgdesc='i3 compatible window manager for Wayland' @@ -21,7 +21,7 @@ optdepends=( ) arch=("i686" "x86_64") url='http://swaywm.org' -source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git") +source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git#branch=0.15") sha1sums=('SKIP') provides=('sway') conflicts=('sway')