~alpine/aports

testing/editorconfig: allow multi-line value parsing v1 PROPOSED

Paul Morgan: 1
 testing/editorconfig: allow multi-line value parsing

 1 files changed, 2 insertions(+), 1 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/2312/mbox | git am -3
Learn more about email & git

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

---
 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
---