Switch to 0.15 branch
This commit is contained in:
parent
d7da6f50df
commit
f136f4aac1
7
.SRCINFO
7
.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
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user