Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3CDB7782B2A for <~alpine/aports@lists.alpinelinux.org>; Fri, 16 Oct 2020 15:31:51 +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=1602862308; 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=M5FmM4ZMxcxtNiaxizipP57iW9vugURkh9SqJT05KIs=; b=tgKr5jQNFcEZ21Rr7OLKOH+o5dJyqQJzoLnYauai39Bv6OHnM6Y4zzDtV1yQVK0h4ZjAmd ZymxfocdLutWTJCQ9eevqhbV79jlUagtc5qmGQksiV+g5VUUHgIVZf12fBEloMPsqAS2ox +DfBkFbvYi39NM1ZVmpiS7Y+XloEC3fdYwX42pky4IoHoDr4huyLBL8xMBSfUAl7DUD99e MqJIKJJN+QI2dNruQQvqmptJLtI1vnPchTAOiF8LhutCVC5amRVq2AR5skHfCgl9ZsbBse B2juKtJFV0ZXfUOR0/Iej2P9poUQFstTUHwZZBiqnDC7iuZQ2XAM6PZJ8zN3NQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/slurp: upgrade to 1.3.0 Date: Fri, 16 Oct 2020 11:31:44 -0400 Message-Id: <20201016153144.22573-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- community/slurp/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index 0054800609..95b0c9fdfd 100644 --- a/community/slurp/APKBUILD +++ b/community/slurp/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Drew DeVault pkgname=slurp -pkgver=1.2.0 -pkgrel=2 +pkgver=1.3.0 +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" +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 +23,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="443cd497049a5128e80a48c7b2afcc555a8d58a5eacc2dc6207058a9a399bc9e9804c7bca8b010af63f8be99000c05245720bd3e8cca248a74d5aa63a7faf4f9 slurp-1.2.0.tar.gz" +sha512sums="17f44ebb09c9f5694e8be06cc4fb4b73eb6aa655d82e9fc6cea4b83cc15317785f5e956b455121215bf2f0f8e14e674b4dc73c3a0853219898d8a8fb25227bdb slurp-1.3.0.tar.gz" -- 2.28.0