Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1AA37780DB0 for ; Sat, 11 Dec 2021 18:55:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1639248425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WsZzr5UvsV9Oe8pR2TRQDaNx0uqhCt7vmwdyrT69mOI=; b=D4gb/PbID2YaImcWNTdRz6mJHM9zORWwQDSnJrGeCTnOY0u8y6GAwqPr31Vu/z3OERByOY 2afVEge0dzHPz+FPbr8VHnp1fmP34iskcOPWsSQyBY7CYu6hSQM0p7dDMfJoT65HmEKJNc NF0TClnsO34oRtkweyUJChqU/DnrUlQ= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH] community/exa: add missing net option Date: Sat, 11 Dec 2021 18:47:02 +0000 Message-Id: <20211211184702.12890-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: edd@salkield.uk Add net option to APKBUILD, to allow building with `abuild rootbld` --- community/exa/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/exa/APKBUILD b/community/exa/APKBUILD index e18068c561..c9133dacd4 100644 --- a/community/exa/APKBUILD +++ b/community/exa/APKBUILD @@ -12,6 +12,7 @@ subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-fish-completion $pkgname-zsh-completion" +options="net" source="$pkgname-$pkgver.tar.gz::https://github.com/ogham/exa/archive/v$pkgver.tar.gz https://github.com/ogham/exa/releases/download/v$pkgver/exa-accoutrements-v$pkgver.zip fix-lockfile.patch -- 2.34.1