summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2018-04-08 10:44:51 -0400
committerDrew DeVault2018-04-08 10:44:51 -0400
commitf136f4aac1731df06d90caaa5a0fc084c53cf29b (patch)
treefa7ea3cb0d4b66c5c443c01e838453a3f27ed9f2
parentd7da6f50df137217a217bc879fa5cf95b8f308f4 (diff)
downloadaur-f136f4aac1731df06d90caaa5a0fc084c53cf29b.tar.gz
Switch to 0.15 branch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad9e6dbc11d..2b39cca4d76a 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 b5afa8259060..8821a7962f05 100644
--- a/PKGBUILD
+++ b/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')