~alpine/aports

main/cunit: fix wrong version in cunit.pc v1 APPLIED

alpine-mips-patches: 1
 main/cunit: fix wrong version in cunit.pc

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3133/mbox | git am -3
Learn more about email & git

[PATCH] main/cunit: fix wrong version in cunit.pc Export this patch

---
 main/cunit/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/cunit/APKBUILD b/main/cunit/APKBUILD
index 08b9075a67..c1cb119617 100644
--- a/main/cunit/APKBUILD
+++ b/main/cunit/APKBUILD
@@ -4,7 +4,7 @@ pkgname=cunit
_pkgname=CUnit
pkgver=2.1.3
_pkgver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgrel=2
pkgdesc="Automated testing framework for C"
url="http://cunit.sourceforge.net/"
arch="all"
@@ -23,6 +23,7 @@ prepare() {
	autoheader
	automake --add-missing --include-deps --copy
	autoconf
	sed -i "s/@VERSION@-@RELEASE@/$pkgver/" cunit.pc.in
}

build() {
-- 
2.24.0