Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D6A7478193F for <~alpine/aports@lists.alpinelinux.org>; Fri, 4 Oct 2019 21:01:52 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 23D104400AE; Fri, 4 Oct 2019 23:01:52 +0200 (CEST) Date: Fri, 4 Oct 2019 23:01:52 +0200 From: Kevin Daudt To: Drew DeVault Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/wl-clipboard: upgrade to 2.0.0 Message-ID: <20191004210152.GG160327@alpha> References: <20191004185157.8638-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191004185157.8638-1-sir@cmpwn.com> User-Agent: Mutt/1.12.1 (2019-06-15) On Fri, Oct 04, 2019 at 02:51:57PM -0400, Drew DeVault wrote: > --- > testing/wl-clipboard/APKBUILD | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/testing/wl-clipboard/APKBUILD b/testing/wl-clipboard/APKBUILD > index 05c2d69627..70f527da13 100644 > --- a/testing/wl-clipboard/APKBUILD > +++ b/testing/wl-clipboard/APKBUILD > @@ -1,8 +1,7 @@ > # Contributor: Robert Sacks > # Maintainer: Robert Sacks > pkgname=wl-clipboard > -pkgver=1.0.0_git20181211 > -_commit=139a34057525cb3f366b95c6f471bb2fc1bb8e90 > +pkgver=2.0.0 > pkgrel=0 > pkgdesc="Command-line copy/paste utilities for Wayland" > url="https://github.com/bugaevc/wl-clipboard" > @@ -11,8 +10,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/$_commit.tar.gz" > -builddir="$srcdir/$pkgname-$_commit" > +source="$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz" > +builddir="$srcdir/$pkgname-$pkgver" > > build() { > meson \ > @@ -29,4 +28,4 @@ package() { > DESTDIR="$pkgdir" ninja -C build install > } > > -sha512sums="d4783598e35b98ec423452282f942f0fc92ec19dac9b9569105de49aaf6c7f8a08a63daa1a8b47c2bca81dbdb8c3b3ed2014e1e201cf0c9580aa515bec39e447 wl-clipboard-1.0.0_git20181211.tar.gz" > +sha512sums="a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1 wl-clipboard-2.0.0.tar.gz" This has been pushed. Kevin