diff options
author | Iksf | 2016-01-02 01:04:45 +0000 |
---|---|---|
committer | Iksf | 2016-01-02 01:04:45 +0000 |
commit | aea5f4e3d4fe69084c0cade391edc16d82b2048c (patch) | |
tree | 863bde455fe559009dc1c86039b20406ce59c68f | |
parent | f0c368cfebc2bf78c7c51d21ca8bb837b9e2fb48 (diff) | |
download | aur-aea5f4e3d4fe69084c0cade391edc16d82b2048c.tar.gz |
added xsel
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ # Generated by mksrcinfo v8 -# Sat Jan 2 00:53:46 UTC 2016 +# Sat Jan 2 01:04:24 UTC 2016 pkgbase = lexicon-dictionary pkgdesc = Lexicon is an instant dictionary for Linux. pkgver = 2.0 - pkgrel = 1 + pkgrel = 2 url = http://insomniacprogrammer.net16.net arch = any depends = yad depends = xbindkeys + depends = xsel source = http://downloads.sourceforge.net/project/lexicon-dictionary/lexicon-dictionary-2.0.tar.xz md5sums = bc88a123c42bf4cc0bde2ab5a1787736 @@ -1,10 +1,10 @@ pkgname=lexicon-dictionary pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Lexicon is an instant dictionary for Linux." arch=('any') url="http://insomniacprogrammer.net16.net" -depends=('yad' 'xbindkeys') +depends=('yad' 'xbindkeys' 'xsel') source=("http://downloads.sourceforge.net/project/lexicon-dictionary/lexicon-dictionary-2.0.tar.xz") md5sums=('bc88a123c42bf4cc0bde2ab5a1787736') |