summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Ancona2023-02-18 13:09:14 -0600
committerBruno Ancona2023-02-18 13:09:14 -0600
commit4925ae968448d8a43c112db9ab8baa9554588d7c (patch)
tree25b78b071bf3aa110491a76d3c942b7e1b5e10dd
parent5b0ea009446a936edbfc6e8eee473453611cfb1e (diff)
downloadaur-4925ae968448d8a43c112db9ab8baa9554588d7c.tar.gz
Switch catch2-git to catch2, add git makedepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 920c4aa97f94..b1f82798641f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = waybar-hyprland-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)
- pkgver = 0.9.17.r6.g6c8e1865
+ pkgver = 0.9.17.r66.gea38eec2
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
arch = aarch64
license = MIT
+ makedepends = git
makedepends = cmake
- makedepends = catch2-git
+ makedepends = catch2
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index c388231159dd..4ae5bd850918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Ancona <bruno at powerball253 dot com>
pkgname=waybar-hyprland-git
-pkgver=0.9.17.r6.g6c8e1865
+pkgver=0.9.17.r66.gea38eec2
pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland (git version)'
arch=('x86_64' 'aarch64')
@@ -34,8 +34,9 @@ depends=(
'playerctl'
)
makedepends=(
+ 'git'
'cmake'
- 'catch2-git'
+ 'catch2'
'meson'
'scdoc'
'wayland-protocols'