summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-01 01:01:46 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-12-01 01:01:46 -0600
commit24e73b2196493857fe6335710e4205ab96aea6aa (patch)
treed7419793aa23a0b8a3723a1a8208f0dff4fcdd8d
parentdbedafdc39acc4630ae007a9d4609f8e42df66a5 (diff)
downloadpackages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.gz
packages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.bz2
packages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.xz
packages-24e73b2196493857fe6335710e4205ab96aea6aa.zip
user/cunit: Fix invalid version in .pc
Ref: #1132
-rw-r--r--user/cunit/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/cunit/APKBUILD b/user/cunit/APKBUILD
index 8d2c1d8e6..afe47d8fa 100644
--- a/user/cunit/APKBUILD
+++ b/user/cunit/APKBUILD
@@ -18,6 +18,7 @@ source="https://downloads.sourceforge.net/project/$pkgname/$_pkgname/$_pkgver/$_
builddir="$srcdir/$_pkgname-$_pkgver"
prepare() {
+ sed -i "s/@VERSION@-@RELEASE@/$pkgver/" cunit.pc.in
default_prepare
./bootstrap
}