Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6ED15780FD1 for <~alpine/aports@lists.alpinelinux.org>; Thu, 5 Nov 2020 14:37:17 +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=1604587035; 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=xg6eWv2qGwxXdlmgSAUGrkYhQTiXqGdcOwO93C19zSs=; b=pY3MohMAHpCqiW+71ybbuGnidySY0ZtAJBShQaH+HL0UHLvj9AHcdGm3jdXgLoxnrn8ELS d4G1vxDerD7+qQakFpdrdJ7kT8QGm0JDwwbEAnWQ/EIUKdLbJpOox9HXh0qiXG0cvxLw6e gefRcTHhmC2Qtip15z7WlCcreDlwFOJxIfkSLMr2k+P/h9eB9rTX8UEYYquFrHPmyEM4sN bioBovKW/WruzSwibNOX6P8i9t+PDwc0QzOq2ZD1VARPxGlGxT8sfitD4bNde4n3d7sIlD yijtprTOpmh9ntuQpwmcUO784aqof+3AdnJZz6I58Lofi0ZWg7PzJ138rohi0w== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/slurp: upgrade to 1.3.1 Date: Thu, 5 Nov 2020 09:37:12 -0500 Message-Id: <20201105143712.10980-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-User: sir@cmpwn.com X-Spam-Score: 0.00 --- community/slurp/APKBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index 95b0c9fdfd..c80edfbd55 100644 --- a/community/slurp/APKBUILD +++ b/community/slurp/APKBUILD @@ -1,12 +1,19 @@ # Maintainer: Drew DeVault pkgname=slurp -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=0 pkgdesc="Interaction screen selection on Wayland compositors" url="https://wayland.emersion.fr/slurp/" arch="all" license="MIT" -makedepends="meson scdoc cairo-dev wayland-dev wayland-protocols libxkbcommon-dev" +makedepends=" + meson + scdoc + cairo-dev + wayland-dev + wayland-protocols + libxkbcommon-dev +" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz" @@ -23,4 +30,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="17f44ebb09c9f5694e8be06cc4fb4b73eb6aa655d82e9fc6cea4b83cc15317785f5e956b455121215bf2f0f8e14e674b4dc73c3a0853219898d8a8fb25227bdb slurp-1.3.0.tar.gz" +sha512sums="0bcdc1852d66714ec940e71f7dd2b9beab656859553247f8af375a09028eb0310b47a0a8d8f7f942905f9ca7c0d575a2dcec3fc1ff71b8e1556818203a51ba82 slurp-1.3.1.tar.gz" -- 2.29.2