summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Gautier2023-07-13 18:03:48 +0200
committerMax Gautier2023-07-21 06:50:12 +0200
commite0d455fda05a1671698ea0575e4e97a4066d0344 (patch)
tree363d82210bd0d803697f0742e9da4b81e2d84cf2
parent6b8581ac63eca875bb08b19248a2ca89a648c978 (diff)
downloadaur-e0d455fda05a1671698ea0575e4e97a4066d0344.tar.gz
Add missing deps and takeover
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21fd0db3e0d7..5fef216ff6fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = yambar-wayland
url = https://codeberg.org/dnkl/yambar
arch = any
license = MIT
+ checkdepends = libmpdclient
+ makedepends = wayland-protocols
makedepends = meson
makedepends = ninja
makedepends = scdoc
diff --git a/PKGBUILD b/PKGBUILD
index 522e4d15cc26..3e72dd15eae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Eragon <eragon at eragon dot re>
+# Maintainer: Max Gautier <mg@max.gautier.name>
+# Contributor: Eragon <eragon at eragon dot re>
# Contributor: Moritz Poldrack <moritz at poldrack dot dev>
# Contributor: tinywrkb <tinywrkb@gmail.com>
# Contributor: dnkl
@@ -14,6 +15,7 @@ license=('MIT')
conflicts=('yambar')
provides=('yambar')
makedepends=(
+ 'wayland-protocols'
'meson'
'ninja'
'scdoc'
@@ -31,6 +33,8 @@ optdepends=(
'alsa-lib: for the ALSA module'
'json-c: for the XKB module'
'libmpdclient: for the MPD module')
+checkdepends=(
+ 'libmpdclient')
source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/dnkl/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('46f3002338f451c154678167bf3d5f593307954b6f381c50ddef2726b1a8c811')