diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-12-01 01:01:46 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-12-01 01:01:46 -0600 |
commit | 24e73b2196493857fe6335710e4205ab96aea6aa (patch) | |
tree | d7419793aa23a0b8a3723a1a8208f0dff4fcdd8d /user | |
parent | dbedafdc39acc4630ae007a9d4609f8e42df66a5 (diff) | |
download | packages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.gz packages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.bz2 packages-24e73b2196493857fe6335710e4205ab96aea6aa.tar.xz packages-24e73b2196493857fe6335710e4205ab96aea6aa.zip |
user/cunit: Fix invalid version in .pc
Ref: #1132
Diffstat (limited to 'user')
-rw-r--r-- | user/cunit/APKBUILD | 1 |
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 } |