Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2A529781A99 for ; Sat, 16 Nov 2019 20:38:01 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id CA70E4400D7; Sat, 16 Nov 2019 21:38:00 +0100 (CET) Date: Sat, 16 Nov 2019 21:38:00 +0100 From: Kevin Daudt To: alpine-mips-patches Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] main/libmspack: fix wrong version in libmspack.pc Message-ID: <20191116203800.GD456781@alpha> References: <20191115051656.9F28A509EE@mx12.valuehost.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191115051656.9F28A509EE@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/libmspack/APKBUILD | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/main/libmspack/APKBUILD b/main/libmspack/APKBUILD > index 83f62b4eab..521ce6726d 100644 > --- a/main/libmspack/APKBUILD > +++ b/main/libmspack/APKBUILD > @@ -2,7 +2,7 @@ > pkgname=libmspack > pkgver=0.8_alpha > _ver=${pkgver/_/} > -pkgrel=0 > +pkgrel=1 > pkgdesc="Library for Microsoft CAB compression formats" > url="https://www.cabextract.org.uk/libmspack/" > arch="all" > @@ -27,6 +27,11 @@ builddir="$srcdir"/libmspack-$_ver > # - CVE-2017-6419 > # - CVE-2017-11423 > > +prepare() { > + default_prepare > + sed -i "s/@VERSION@/$pkgver/" libmspack.pc.in > +} > + > build() { > cd "$builddir" > ./configure \ > -- > 2.24.0 > This has been pushed, thanks.