summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-14 22:59:38 -0500
committerLuis Martinez2021-07-14 22:59:38 -0500
commitdfe38aa81af61d2742f31c5db3514b8a93aa8b10 (patch)
treeed57b9bf356e1a88161cece76b97bfa2c609a004
parentbff25854a2a3eaf9a9ac8ee42fd111a58d00db6a (diff)
downloadaur-dfe38aa81af61d2742f31c5db3514b8a93aa8b10.tar.gz
update wlroots dep to 0.14.x
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4336f96a7b0f..6834e807ecdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vivarium-git
pkgdesc = A dynamic tiling Wayland compositor inspired by xmonad
- pkgver = 0.0.2.r11.g63cfa00
+ pkgver = 0.0.3.r15.g460fd72
pkgrel = 2
url = https://github.com/inclement/vivarium
install = vivarium-git.install
@@ -9,13 +9,15 @@ pkgbase = vivarium-git
makedepends = git
makedepends = meson
makedepends = wayland-protocols
- depends = wlroots=0.13.0
+ depends = wlroots>=0.14.0
+ depends = wlroots<0.15.0
depends = xcb-util-renderutil
optdepends = xorg-xwayland: X.org support under Wayland
+ optdepends = waybar: Bar program for Wayland; the only tested one
provides = vivarium
conflicts = vivarium
source = git+https://github.com/inclement/vivarium
+ validpgpkeys = 4AEE18F83AFDEB23
md5sums = SKIP
pkgname = vivarium-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e7e89755d54f..49c32af240de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
-# Maintainer: lmartinez-mirror
+# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
+
pkgname=vivarium-git
-pkgver=0.0.2.r11.g63cfa00
+pkgver=0.0.3.r15.g460fd72
pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor inspired by xmonad"
arch=('x86_64')
url="https://github.com/inclement/vivarium"
license=('GPL3')
-depends=('wlroots=0.13.0' 'xcb-util-renderutil')
+depends=('wlroots>=0.14.0' 'wlroots<0.15.0' 'xcb-util-renderutil')
makedepends=('git' 'meson' 'wayland-protocols')
-optdepends=('xorg-xwayland: X.org support under Wayland')
+optdepends=('xorg-xwayland: X.org support under Wayland'
+ 'waybar: Bar program for Wayland; the only tested one')
provides=('vivarium')
conflicts=('vivarium')
install="$pkgname.install"
source=("git+$url")
md5sums=('SKIP')
+validpgpkeys=('4AEE18F83AFDEB23')
pkgver() {
cd vivarium