summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1108e20989..f9782ee7888d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wob-git
makedepends = meson
makedepends = wayland-protocols
makedepends = scdoc
+ makedepends = libinih
depends = wayland
provides = wob=0.13
conflicts = wob
diff --git a/PKGBUILD b/PKGBUILD
index 90801f30e7d1..941ad779c50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('ISC')
source=("git+$url")
sha512sums=('SKIP')
depends=('wayland')
-makedepends=('git' 'meson' 'wayland-protocols' 'scdoc')
+makedepends=('git' 'meson' 'wayland-protocols' 'scdoc' 'libinih')
conflicts=('wob')
provides=("wob=${pkgver%%+*}")