Date: Tuesday, September 17, 2019 @ 09:24:02 Author: ainola Revision: 510974
upgpkg: wl-clipboard 2.0.0_beta2-1 Upgraded to beta due to the current stable release being completely broken on newer versions of sway. See https://github.com/bugaevc/wl-clipboard/issues/35 and https://github.com/bugaevc/wl-clipboard/issues/56. Modified: wl-clipboard/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-17 08:57:24 UTC (rev 510973) +++ PKGBUILD 2019-09-17 09:24:02 UTC (rev 510974) @@ -2,8 +2,8 @@ # Contributor: Adam Brunnmeier pkgname=wl-clipboard -pkgver=1.0.0 -pkgrel=4 +pkgver=2.0.0_beta2 +pkgrel=1 pkgdesc="Command-line copy/paste utilities for Wayland" arch=('x86_64') url="https://github.com/bugaevc/wl-clipboard" @@ -14,8 +14,8 @@ 'mailcap: for type inference in wl-paste' ) makedepends=('meson' 'wayland-protocols') -source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz") -sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3') +source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/$pkgver.tar.gz") +sha256sums=('903c2df89a4f925e467f5c3793fc0297f0917319be7df5789a3c8cdd862799ab') build() { arch-meson "$pkgname-$pkgver" build
