* update wl-clipboard to 1:2.2.1-2

This commit is contained in:
Alexander Baldeck 2024-08-15 05:45:44 +02:00
parent fc76726b7c
commit 2f5ac77616
3 changed files with 22 additions and 1 deletions

17
wl-clipboard/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = wl-clipboard
pkgdesc = Command-line copy/paste utilities for Wayland
pkgver = 2.2.1
pkgrel = 2
epoch = 1
url = https://github.com/bugaevc/wl-clipboard
arch = x86_64
license = GPL3
makedepends = meson
makedepends = wayland-protocols
depends = wayland
optdepends = xdg-utils: for content type inference in wl-copy
optdepends = mailcap: for type inference in wl-paste
source = wl-clipboard-2.2.1.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v2.2.1.tar.gz
sha256sums = 6eb8081207fb5581d1d82c4bcd9587205a31a3d47bea3ebeb7f41aa1143783eb
pkgname = wl-clipboard

View File

@ -0,0 +1,4 @@
[wl-clipboard]
source = "git"
git = "https://github.com/bugaevc/wl-clipboard.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=wl-clipboard
pkgver=2.2.1
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Command-line copy/paste utilities for Wayland"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)