summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McClure2023-01-29 17:08:09 -0600
committerJesse McClure2023-01-29 17:08:09 -0600
commit3e322470608e0a32b20fa7844d5746c7d4233b04 (patch)
tree2def6dbae663027c1027f7ae63088a9c2d286ff9
parent0a862f3baf3aebd3d44c18a81734418d1732d2dc (diff)
downloadaur-3e322470608e0a32b20fa7844d5746c7d4233b04.tar.gz
use wlroots0.15 until 0.16 is properly documented
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ec6b285c6f..ad807e96b246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tabby-fossil
pkgdesc = Tabbed tiling wayland compositor
- pkgver = 2.0r129.8b61ce82dc
+ pkgver = 2.0
pkgrel = 1
url = https://code.jessemcclure.org/tabby
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = tabby-fossil
depends = nkk
depends = pango
depends = wayland
- depends = wlroots
+ depends = wlroots0.15
optdepends = polkit: starting wlroots-based compositors without seatd
source = fossil+https://code.jessemcclure.org/tabby
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1708aec5cdd..6b0588126656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jesse McClure <code at jessemcclure dot org>
_fossil=tabby
pkgname=${_fossil}-fossil
-pkgver=2.0r129.8b61ce82dc
+pkgver=2.0
pkgrel=1
pkgdesc='Tabbed tiling wayland compositor'
arch=('x86_64')
license=('MIT')
-depends=(cairo glib2 glibc libxkbcommon nkk pango wayland wlroots)
+depends=(cairo glib2 glibc libxkbcommon nkk pango wayland wlroots0.15)
makedepends=(fossil wayland-protocols)
optdepends=('polkit: starting wlroots-based compositors without seatd')
url=https://code.jessemcclure.org/${_fossil}