~alpine/aports

main/libmaxminddb: add doc subpackage v1 PROPOSED

Christian Kampka: 1
 main/libmaxminddb: add doc subpackage

 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/1623/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/libmaxminddb: add doc subpackage Export this patch

---
 main/libmaxminddb/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/libmaxminddb/APKBUILD b/main/libmaxminddb/APKBUILD
index d757d35..18991c2 100644
--- a/main/libmaxminddb/APKBUILD
+++ b/main/libmaxminddb/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libmaxminddb
pkgver=1.0.2
pkgrel=0
pkgrel=1
pkgdesc="Maxmind GeoIP2 database library"
url="https://github.com/maxmind/$pkgname"
arch="all"
@@ -10,7 +10,7 @@ depends="curl"
makedepends="automake autoconf libtool"
install=""
options=""
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz

	libmaxminddb.cron
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---