urxvt-perls: remove xsel dependency
The clipboard script does not depend upon xsel. It can be configured to use any command.
This commit is contained in:
parent
ed4d710a35
commit
98f6ae8668
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'urxvt-perls'
|
||||
pkgname=urxvt-perls
|
||||
version=2.2
|
||||
revision=2
|
||||
depends="rxvt-unicode perl xsel"
|
||||
revision=3
|
||||
depends="rxvt-unicode perl"
|
||||
short_desc="Perl extensions for the rxvt-unicode terminal emulator"
|
||||
maintainer="nem <nem@posteo.net>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue