summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse McClure2023-01-29 17:08:09 -0600
committerJesse McClure2023-01-29 17:08:09 -0600
commit3e322470608e0a32b20fa7844d5746c7d4233b04 (patch)
tree2def6dbae663027c1027f7ae63088a9c2d286ff9 /PKGBUILD
parent0a862f3baf3aebd3d44c18a81734418d1732d2dc (diff)
downloadaur-3e322470608e0a32b20fa7844d5746c7d4233b04.tar.gz
use wlroots0.15 until 0.16 is properly documented
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}