git » offpunk-git.git » commit ba41f9d

Add xclip as optional dependency

author Klaus Alexander Seistrup
2024-06-02 15:51:39 UTC
committer Klaus Alexander Seistrup
2024-06-02 15:51:39 UTC
parent 463aa0a22cbab28c3f688dd354c3ba94b7e69164

Add xclip as optional dependency

.SRCINFO +4 -3
PKGBUILD +4 -3

diff --git a/.SRCINFO b/.SRCINFO
index 1622407..4f2d703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities (built from latest commit)
-	pkgver = 2.2.r10.g80c096c
+	pkgver = 2.2.r11.g0252349
 	pkgrel = 1
 	epoch = 5
 	url = https://git.sr.ht/~lioploum/offpunk
@@ -25,9 +25,10 @@ pkgbase = offpunk-git
 	optdepends = python-requests: for HTTP support
 	optdepends = python-setproctitle: allows offpunk to change its process title
 	optdepends = timg: view images and videos in the terminal
-	optdepends = wl-clipboard: for clipboard copy/paste under Wayland
+	optdepends = wl-clipboard: copies text to the Wayland clipboard
 	optdepends = xdg-utils: xdg-open opens a URL in the preferred application
-	optdepends = xsel: copies text to and from the clipboard
+	optdepends = xclip: copies text to the X11 clipboard
+	optdepends = xsel: copies text to the X11 clipboard
 	provides = offpunk
 	conflicts = offpunk
 	noextract = offpunk
diff --git a/PKGBUILD b/PKGBUILD
index bfc6e21..3bc6aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 epoch=5
-pkgver=2.2.r10.g80c096c
+pkgver=2.2.r11.g0252349
 pkgrel=1
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities (built from latest commit)'
 arch=('any')
@@ -36,9 +36,10 @@ optdepends=(
   'python-requests: for HTTP support'
   'python-setproctitle: allows offpunk to change its process title'
   'timg: view images and videos in the terminal'
-  'wl-clipboard: for clipboard copy/paste under Wayland'
+  'wl-clipboard: copies text to  the Wayland clipboard'
   'xdg-utils: xdg-open opens a URL in the preferred application'
-  'xsel: copies text to and from the clipboard'
+  'xclip: copies text to the X11 clipboard'
+  'xsel: copies text to the X11 clipboard'
 )
 provides=('offpunk')
 conflicts=('offpunk')