summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-08-17 13:03:47 +0200
committergit user2023-08-17 13:03:47 +0200
commit20e2c2ea560c74871ee30bcb94e98b1ed43cff3c (patch)
tree8e41fb164aee801c1aeaf90a4047d0d3f378c0cf
parent07887912f59672a1e0615f267abc1e9e7cc51612 (diff)
downloadaur-20e2c2ea560c74871ee30bcb94e98b1ed43cff3c.tar.gz
optional Dependency `wl-paste` renamed to the correct one `wl-clipboard`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf8495b4323..b0671b5f1355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scli-git
pkgdesc = A simple terminal user interface for Signal, wrapping around 'signal-cli'.
pkgver = 0.7.3+23.r475.20230516.0239e04
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/isamert/scli
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = scli-git
optdepends = python-urwid_readline: For emacs-like readline-like keybindings on the input line.
optdepends = qrencode: Generate QR codes for linking device.
optdepends = xclip: For X11 clipboard interaction.
- optdepends = wl-paste: For Waylands clipboard interaction.
+ optdepends = wl-clipboard: For Waylands clipboard interaction.
provides = scli=0.7.3+23.r475.20230516.0239e04
conflicts = scli
source = scli::git+https://github.com/isamert/scli.git
diff --git a/PKGBUILD b/PKGBUILD
index c72f1beeccb4..6fdd1548f238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="scli"
pkgname="${_pkgname}-git"
pkgver=0.7.3+23.r475.20230516.0239e04
-pkgrel=1
+pkgrel=2
pkgdesc="A simple terminal user interface for Signal, wrapping around 'signal-cli'."
arch=("any")
url="https://github.com/isamert/scli"
@@ -19,7 +19,7 @@ optdepends=(
"python-urwid_readline: For emacs-like readline-like keybindings on the input line."
"qrencode: Generate QR codes for linking device."
"xclip: For X11 clipboard interaction."
- "wl-paste: For Waylands clipboard interaction."
+ "wl-clipboard: For Waylands clipboard interaction."
)
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")