[arch-commits] Commit in urlscan/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Mon Jun 3 02:50:26 UTC 2019
Date: Monday, June 3, 2019 @ 02:50:25
Author: ainola
Revision: 476673
Add xclip optdep
Modified:
urlscan/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-02 23:02:30 UTC (rev 476672)
+++ PKGBUILD 2019-06-03 02:50:25 UTC (rev 476673)
@@ -2,7 +2,7 @@
pkgname=urlscan
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Mutt and terminal url selector"
url="https://github.com/firecat53/urlscan"
arch=('any')
@@ -9,6 +9,9 @@
license=('GPL2')
depends=('python-urwid')
makedepends=('python-setuptools')
+optdepends=(
+ 'xclip: Clipboard support for X11 environments'
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz")
sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
More information about the arch-commits
mailing list