~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/slurp: upgrade to 1.3.1

Details
Message ID
<20201105143712.10980-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +10 -3
---
 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 <sir@cmpwn.com>
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
Reply to thread Export thread (mbox)