~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] testing/wl-clipboard: update to 1.0.0_git20181211

Details
Message ID
<20190803205542.9202-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +5 -3
There hasn't been a new release in a while but there's lots of bug fixes
on master.
---
 testing/wl-clipboard/APKBUILD | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/testing/wl-clipboard/APKBUILD b/testing/wl-clipboard/APKBUILD
index b37c85b163..05c2d69627 100644
--- a/testing/wl-clipboard/APKBUILD
+++ b/testing/wl-clipboard/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Robert Sacks <robert@sacks.email>
# Maintainer: Robert Sacks <robert@sacks.email>
pkgname=wl-clipboard
pkgver=1.0.0
pkgver=1.0.0_git20181211
_commit=139a34057525cb3f366b95c6f471bb2fc1bb8e90
pkgrel=0
pkgdesc="Command-line copy/paste utilities for Wayland"
url="https://github.com/bugaevc/wl-clipboard"
@@ -10,7 +11,8 @@ license="GPL-3.0-or-later"
options="!check" # No test suite
makedepends="meson ninja wayland-dev wayland-protocols"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/$pkgname/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/$pkgname/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"

build() {
	meson \
@@ -27,4 +29,4 @@ package() {
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296  wl-clipboard-1.0.0.tar.gz"
sha512sums="d4783598e35b98ec423452282f942f0fc92ec19dac9b9569105de49aaf6c7f8a08a63daa1a8b47c2bca81dbdb8c3b3ed2014e1e201cf0c9580aa515bec39e447  wl-clipboard-1.0.0_git20181211.tar.gz"
-- 
2.22.0
Reply to thread Export thread (mbox)