~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

[PATCH] community/libspl: include public-suffix data

Details
Message ID
<20190721024224.19692-1-xcko@airmail.cc>
DKIM signature
missing
Download raw message
Patch: +4 -3
---
 community/libpsl/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/community/libpsl/APKBUILD b/community/libpsl/APKBUILD
index d1e4476908..4e8c6b0340 100644
--- a/community/libpsl/APKBUILD
+++ b/community/libpsl/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libpsl
pkgver=0.21.0
pkgrel=0
pkgrel=1
pkgdesc="C library for the Publix Suffix List"
url="https://rockdaboot.github.io/libpsl"
arch="all"
license="MIT"
makedepends="python2"
makedepends="python2 icu-libs"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://github.com/rockdaboot/libpsl/releases/download/libpsl-$pkgver/libpsl-$pkgver.tar.gz"

@@ -17,7 +17,8 @@ build() {
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
		--localstatedir=/var \
		--enable-builtin=libicu
	make
}

-- 
2.22.0
Reply to thread Export thread (mbox)