Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3C1F57818F7 for ; Sat, 16 Nov 2019 20:38:15 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id D88ED4400D7; Sat, 16 Nov 2019 21:38:14 +0100 (CET) Date: Sat, 16 Nov 2019 21:38:14 +0100 From: Kevin Daudt To: alpine-mips-patches Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] main/cunit: fix wrong version in cunit.pc Message-ID: <20191116203814.GE456781@alpha> References: <20191115051656.33FDF509EC@mx12.valuehost.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191115051656.33FDF509EC@mx12.valuehost.ru> User-Agent: Mutt/1.12.2 (2019-09-21) On Fri, Nov 15, 2019 at 05:01:41AM +0000, alpine-mips-patches wrote: > --- > 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 > This has been pushed, thanks.