From e0ba7790b336732ea303f8394726ab6f32c045b0 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Thu, 20 Oct 2022 19:10:24 +0900 Subject: [PATCH] packaging: libpass-resource-monitor: Fix typo Change-Id: I85a5a119b7a293670c0f66a93625a7ddb259494f Signed-off-by: Dongwoo Lee --- packaging/libpass-resource-monitor.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libpass-resource-monitor.pc.in b/packaging/libpass-resource-monitor.pc.in index 5320335..e95a46f 100644 --- a/packaging/libpass-resource-monitor.pc.in +++ b/packaging/libpass-resource-monitor.pc.in @@ -8,7 +8,7 @@ includedir=/usr/include/pass Name: ${package_name} Description: ${package_name} library -Version: @VERSION@a +Version: @VERSION@ Requires: Libs: -L${libdir} -l${package_name} -- 2.7.4