Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A71FE781A84 for ; Sat, 16 Nov 2019 20:38:29 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 8C2584400D7; Sat, 16 Nov 2019 21:38:29 +0100 (CET) Date: Sat, 16 Nov 2019 21:38:29 +0100 From: Kevin Daudt To: alpine-mips-patches Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] main/lmdb: fix wrong version in lmdb.pc Message-ID: <20191116203829.GF456781@alpha> References: <20191115051657.21E92509EF@mx12.valuehost.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191115051657.21E92509EF@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/lmdb/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/main/lmdb/APKBUILD b/main/lmdb/APKBUILD > index f6ad129f27..4d7e4ec561 100644 > --- a/main/lmdb/APKBUILD > +++ b/main/lmdb/APKBUILD > @@ -2,7 +2,7 @@ > # Maintainer: Natanael Copa > pkgname=lmdb > pkgver=0.9.24 > -pkgrel=0 > +pkgrel=1 > pkgdesc="Lightning Memory-Mapped Database" > url="https://symas.com/mdb" > arch="all" > @@ -38,7 +38,7 @@ package() { > Name: liblmdb > Description: Lightning Memory-mapped key-value database > URL: http://symas.com/mdb/ > - Version: @PACKAGE_VERSION@ > + Version: $pkgver > Libs: -L\${libdir} -llmdb > Cflags: -I\${includedir} > EOF > -- > 2.24.0 > This has been pushed, thanks.