[arch-commits] Commit in fb-client/trunk (PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jun 26 09:55:50 UTC 2022


    Date: Sunday, June 26, 2022 @ 09:55:49
  Author: bluewind
Revision: 1239521

upgpkg: fb-client 2.2.0-3: add optdep

Modified:
  fb-client/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 09:48:31 UTC (rev 1239520)
+++ PKGBUILD	2022-06-26 09:55:49 UTC (rev 1239521)
@@ -2,13 +2,16 @@
 
 pkgname=fb-client
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Client for paste.xinu.at"
 arch=("any")
-url="https://paste.xinu.at"
+url="https://github.com/Bluewind/fb"
 license=('GPL3')
 depends=('python' 'python-pycurl' 'python-xdg')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
+optdepends=(
+  'xclip: automatically copy the URL into the clipboard on X11'
+  'wl-clipboard: automatically copy the URL into the clipboard on wayland'
+)
 source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
 md5sums=('ee0c7a677f62744b47b852a971927b4b'
          'SKIP')



More information about the arch-commits mailing list