From 50fd1b29c192e58b3c4821d23ddd097e9bace6a3 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 27 Mar 2016 10:00:13 -0400 Subject: [PATCH] Add conflicts/provides=('sway') --- .SRCINFO | 4 +++- PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3a85586..1357572 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Thu Mar 24 18:29:44 UTC 2016 +# Sun Mar 27 13:58:30 UTC 2016 pkgbase = sway-git pkgdesc = i3 compatible window manager for Wayland pkgver = r1373.fb4fdf5 @@ -24,6 +24,8 @@ pkgbase = sway-git optdepends = imagemagick: For taking screenshots. optdepends = ffmpeg: For recording screencasts. optdepends = i3status: To display system information with a bar. + provides = sway + conflicts = sway source = sway::git+https://github.com/SirCmpwn/sway.git sha1sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 37aca38..f407d60 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=sway-git _pkgname=sway -pkgver=r1373.fb4fdf5 +pkgver=r1398.8d5abac pkgrel=1 license=('MIT') pkgdesc='i3 compatible window manager for Wayland' @@ -23,6 +23,8 @@ arch=("i686" "x86_64") url='http://swaywm.org' source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git") sha1sums=('SKIP') +provides=('sway') +conflicts=('sway') pkgver() { cd "${srcdir}/${_pkgname}"