Add conflicts/provides=('sway')

This commit is contained in:
Drew DeVault 2016-03-27 10:00:13 -04:00
parent 42d57b1549
commit 50fd1b29c1
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
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}"