~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20191115051656.33FDF509EC@mx12.valuehost.ru>
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 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
Details
Message ID
<20191116203814.GE456781@alpha>
In-Reply-To
<20191115051656.33FDF509EC@mx12.valuehost.ru> (view parent)
DKIM signature
missing
Download raw message
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.
Reply to thread Export thread (mbox)