Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6C1D4781100 for <~alpine/aports@lists.alpinelinux.org>; Tue, 15 Feb 2022 10:30:33 +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=1644921032; 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=GIp1lUAkQBlg1ooViQxOE43WI4oTMR7F66ctJAn+wJo=; b=nG2D61cOQeU21K7Y+ocBZf1w+D+OEzOCuxzloqMNLk1LCI24gM3iFo0tLPzjMjj52TFp7q VeD/1ZcYMji2T9RTUd9e6jK+5Mh1bVU7W6Lf6uX2AdN5/6zdwm5AbOqZ8bCLnRY3/fcyDO M+6G6AezE4+dfPLXwMOYRUw0wGTGoNu3Gd3vFuisT/tWP0LV+0ES3HodlAbwcwbPdla3sj DBHcdC+L98DCrlPvBe3dVabXISCklpUy9RBKx1CvJvIdRv5QLZuLc7AAsVVrv6BO1rIypy tZWn11Hmm4C+rC3IzX4ishga9tRpPshN5PrgNW/fFTc0GnHIpLlb1sy/I6a3+Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v3 1/2] testing/wlrobs: enable more arches Date: Tue, 15 Feb 2022 11:30:29 +0100 Message-Id: <20220215103030.31817-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD index 7431e62265..bdfcccbc37 100644 --- a/testing/wlrobs/APKBUILD +++ b/testing/wlrobs/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Marian Buschsieweke pkgname=wlrobs pkgver=1.0 -pkgrel=1 +pkgrel=2 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