Add conflicts/provides=('sway')
This commit is contained in:
parent
42d57b1549
commit
50fd1b29c1
4
.SRCINFO
4
.SRCINFO
@ -1,5 +1,5 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Mar 24 18:29:44 UTC 2016
|
# Sun Mar 27 13:58:30 UTC 2016
|
||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r1373.fb4fdf5
|
pkgver = r1373.fb4fdf5
|
||||||
@ -24,6 +24,8 @@ pkgbase = sway-git
|
|||||||
optdepends = imagemagick: For taking screenshots.
|
optdepends = imagemagick: For taking screenshots.
|
||||||
optdepends = ffmpeg: For recording screencasts.
|
optdepends = ffmpeg: For recording screencasts.
|
||||||
optdepends = i3status: To display system information with a bar.
|
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
|
||||||
sha1sums = SKIP
|
sha1sums = SKIP
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r1373.fb4fdf5
|
pkgver=r1398.8d5abac
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
@ -23,6 +23,8 @@ arch=("i686" "x86_64")
|
|||||||
url='http://swaywm.org'
|
url='http://swaywm.org'
|
||||||
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")
|
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
provides=('sway')
|
||||||
|
conflicts=('sway')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_pkgname}"
|
cd "${srcdir}/${_pkgname}"
|
||||||
|
Loading…
Reference in New Issue
Block a user