Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 68042780FB8 for <~alpine/aports@lists.alpinelinux.org>; Tue, 15 Feb 2022 09:20:16 +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=cmpwn.com; s=key1; t=1644916815; 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=bkNWv7t4DfMSGXccn4+EWfm0+VC4gYbNVspD8ADaA2w=; b=IVTscTA/7kuVZkQC8dVNL8BYHTdWryrdv6Qpufx6ijDEmC57hYwKNLeNVj/AlseM/2Ouz1 mqqJv/F1eqQKK28DfgtLf6xnX7Sum2krOkmBHFSepuzMCdP5l6v2tdTLSP3LG7KaetB49J N8DlMJNrbl+qzVZJtmddnOvdGHO7HnYQptrlxKMXlshT03FhKFQQk50BbeJqDJTvUoU9h0 MDC/gEsLQgBQKNyYfSROkVkbdCuUGx8E4DspHT+b5dzuaDb6N/0nDRmEF0X+8rsot7Rdy8 2e05P4qLZ7NkyHfzLZdfSSpFP1EMhgvNOJgUUhxXwIjmWG+2/D0LRIrwmhMXSQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 1/3] testing/wlrobs: enable more arches Date: Tue, 15 Feb 2022 10:20:10 +0100 Message-Id: <20220215092012.22188-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- testing/wlrobs/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD index 7431e62265..353bcc0c3c 100644 --- a/testing/wlrobs/APKBUILD +++ b/testing/wlrobs/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.0 pkgrel=1 pkgdesc="obs-studio plugin that allows you to screen capture on wlroots" url="https://hg.sr.ht/~scoopta/wlrobs" -arch="x86 x86_64" # obs-stduio not provided on other platforms +arch="all" license="GPL-3.0-only" makedepends="meson ninja obs-studio-dev wayland-dev" source="https://dev.alpinelinux.org/archive/wlrobs/wlrobs-$pkgver.tar.gz " -- 2.35.1