[arch-commits] Commit in wl-clipboard/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Thu Oct 3 19:20:01 UTC 2019
Date: Thursday, October 3, 2019 @ 19:20:01
Author: ainola
Revision: 512553
upgpkg: wl-clipboard 1:2.0.0-1
Bump epoch, and return to stable releases
Modified:
wl-clipboard/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-03 18:49:50 UTC (rev 512552)
+++ PKGBUILD 2019-10-03 19:20:01 UTC (rev 512553)
@@ -2,8 +2,9 @@
# Contributor: Adam Brunnmeier
pkgname=wl-clipboard
-pkgver=2.0.0_beta2
+pkgver=2.0.0
pkgrel=1
+epoch=1
pkgdesc="Command-line copy/paste utilities for Wayland"
arch=('x86_64')
url="https://github.com/bugaevc/wl-clipboard"
@@ -14,8 +15,8 @@
'mailcap: for type inference in wl-paste'
)
makedepends=('meson' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/$pkgver.tar.gz")
-sha256sums=('903c2df89a4f925e467f5c3793fc0297f0917319be7df5789a3c8cdd862799ab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz")
+sha256sums=('2c42f182432adabe56da0f1144d5fcc40b7aae3d8e14d2bc4dc4c3f91b51808d')
build() {
arch-meson "$pkgname-$pkgver" build
More information about the arch-commits
mailing list