~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

[alpine-aports] [PATCH 1/1] testing/editorconfig: allow multi-line value parsing

Details
Message ID
<20160219002354.GA360@gmail.com>
Sender timestamp
1455841435
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 testing/editorconfig/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/editorconfig/APKBUILD b/testing/editorconfig/APKBUILD
index d011a4d..8f6fd37 100644
--- a/testing/editorconfig/APKBUILD
+++ b/testing/editorconfig/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Paul Morgan <jumanjiman@gmail.com>
pkgname=editorconfig
pkgver=0.12.0
pkgrel=0
pkgrel=1
pkgdesc="EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)"
url="https://github.com/editorconfig/editorconfig-core-c"
arch="x86_64"
@@ -31,6 +31,7 @@ build() {
	cmake . \
		-DCMAKE_BUILD_TYPE=Release \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DINI_ALLOW_MULTILINE=1 \
		|| return 1
	make || return 1
}
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)