~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/lmdb: fix wrong version in lmdb.pc

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20191115051657.21E92509EF@mx12.valuehost.ru>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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 <ncopa@alpinelinux.org>
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
Details
Message ID
<20191116203829.GF456781@alpha>
In-Reply-To
<20191115051657.21E92509EF@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/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 <ncopa@alpinelinux.org>
>  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.
Reply to thread Export thread (mbox)