summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Coffin2024-11-09 01:42:23 -0700
committerMatt Coffin2024-11-09 01:43:23 -0700
commit45e4bccb65b66725eb597578a3b07485fb9289cc (patch)
treed01a56cc56613110ee9f2196f6fb19aea9bc119f /PKGBUILD
parent64de8660ecfb4cd9f77f7a1341727845efb0e2a4 (diff)
downloadaur-wl-clipboard-rs.tar.gz
version: 0.9.1
upstream started using a lockfile since the last time it was an issue, so we're just using that this time instead of bringing our own
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 712ef97880b3..cc495f056a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Coffin <mcoffin13 at gmail.com>
pkgname=wl-clipboard-rs
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A safe Rust reimplementation of the Wayland command-line copy/paste utilities"
arch=('x86_64')
@@ -11,9 +11,8 @@ depends=('gcc-libs')
makedepends=('git' 'cargo')
provides=('wl-clipboard')
conflicts=('wl-clipboard')
-source=("${pkgname}::git+https://github.com/YaLTeR/wl-clipboard-rs.git#tag=v${pkgver}" Cargo.lock)
-b2sums=('SKIP'
- '4fe2d3c1e1f39a4726712fd51eacb62b4619f9b69b3f323aeab2db0ae34b56e942421424ffe71e07816062290ffa5a92c39d962f43559d5b501e44e6a052a547')
+source=("${pkgname}::git+https://github.com/YaLTeR/wl-clipboard-rs.git#tag=v${pkgver}")
+b2sums=('SKIP')
prepare() {
[ ! -e "$srcdir"/Cargo.lock ] || cp "$srcdir"/Cargo.lock "$srcdir"/"$pkgname"/