summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-01-13 20:13:59 +0100
committerAntonin Décimo2021-01-13 20:13:59 +0100
commit30438c35deb47d0231c6f45d7abbbd7d2eaffdae (patch)
tree5417a0b90d70f86b060a856b4c535b7c49b49372
parent065a8c3bcb047b5677580409972862c9ece0cb99 (diff)
downloadaur-30438c35deb47d0231c6f45d7abbbd7d2eaffdae.tar.gz
Provide and conflicts with sway and sway-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d9f2a3e9b9..434ccbd917e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway-hidpi-git
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI (git version)
- pkgver = r6539.1dbb6990
- pkgrel = 2
+ pkgver = r6575.97adba05
+ pkgrel = 1
url = https://swaywm.org
arch = i686
arch = x86_64
@@ -33,7 +33,9 @@ pkgbase = sway-hidpi-git
optdepends = wallutils: Timed wallpapers
optdepends = waybar: Highly customizable bar
provides = sway
+ provides = sway-git
conflicts = sway
+ conflicts = sway-git
options = debug
backup = etc/sway/config
source = sway-hidpi::git+https://github.com/swaywm/sway.git
diff --git a/PKGBUILD b/PKGBUILD
index a23e1884f589..f3902fadbd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=sway-hidpi-git
_pkgname=sway-hidpi
-pkgver=r6539.1dbb6990
-pkgrel=2
+pkgver=r6575.97adba05
+pkgrel=1
license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI (git version)"
makedepends=(
@@ -47,8 +47,8 @@ source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git"
sha512sums=('SKIP'
'57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e'
'813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667')
-provides=("sway")
-conflicts=("sway")
+provides=("sway" "sway-git")
+conflicts=("sway" "sway-git")
options=(debug)
prepare() {