summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Ancona2022-11-10 20:30:56 -0600
committerBruno Ancona2022-11-10 20:30:56 -0600
commit8aac933a5deb3159120184f935bbafeb251086ee (patch)
treefed0c56a6396a7ba65afec5f86574f3fb647eaef
parent223213110405ba78b00fbf94f448662bcca3f174 (diff)
downloadaur-8aac933a5deb3159120184f935bbafeb251086ee.tar.gz
Use catch2-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5763c7decd2d..bc9677906a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = waybar-hyprland-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)
- pkgver = r2001.d10d9b8
+ pkgver = r2269.3718902b
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
license = MIT
makedepends = cmake
- makedepends = catch2
+ makedepends = catch2-git
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 8c7b2bac3ad5..1ebc9a5879e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Ancona <bruno at powerball253 dot com>
pkgname=waybar-hyprland-git
-pkgver=r2001.d10d9b8
+pkgver=r2269.3718902b
pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)'
arch=('x86_64')
@@ -31,7 +31,7 @@ depends=(
)
makedepends=(
'cmake'
- 'catch2'
+ 'catch2-git'
'meson'
'scdoc'
'wayland-protocols'