aboutsummaryrefslogtreecommitdiffstats
path: root/main/lmdb
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-11-15 05:01:41 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-11-16 20:37:14 +0000
commitae3ffa3c1424d87c3ec063bf2144ca75b59c520a (patch)
tree05aafe2c17a18e18d0a5967682627a70f7ab563f /main/lmdb
parentdb415e44798fbd6a6d36caaadf52524c2c63c1f7 (diff)
downloadaports-ae3ffa3c1424d87c3ec063bf2144ca75b59c520a.tar.bz2
aports-ae3ffa3c1424d87c3ec063bf2144ca75b59c520a.tar.xz
main/lmdb: fix wrong version in lmdb.pc
Diffstat (limited to 'main/lmdb')
-rw-r--r--main/lmdb/APKBUILD4
1 files 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