summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent065a8c3bcb047b5677580409972862c9ece0cb99 (diff)
downloadaur-30438c35deb47d0231c6f45d7abbbd7d2eaffdae.tar.gz
Provide and conflicts with sway and sway-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {