~alpine/aports

community/slurp: upgrade to 1.3.1 v1 APPLIED

Drew DeVault: 1
 community/slurp: upgrade to 1.3.1

 1 files changed, 10 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3379/mbox | git am -3
Learn more about email & git

[PATCH] community/slurp: upgrade to 1.3.1 Export this patch

---
 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