~alpine/aports

testing/lmdbxx: fix url v1 APPLIED

Bart Ribbers: 1
 testing/lmdbxx: fix url

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3051/mbox | git am -3
Learn more about email & git

[PATCH] testing/lmdbxx: fix url Export this patch

---
 testing/lmdbxx/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/lmdbxx/APKBUILD b/testing/lmdbxx/APKBUILD
index 96dd8e1339..4c5294647b 100644
--- a/testing/lmdbxx/APKBUILD
+++ b/testing/lmdbxx/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=lmdbxx
pkgver=0.9.14.0
pkgrel=0
pkgrel=1
pkgdesc="C++11 wrapper for the LMDB database library"
url="https://lmdbxx.sourceforge.net"
url="http://lmdbxx.sourceforge.net"
arch="noarch"
license="Unlicense"
makedepends="doxygen"
-- 
2.21.0