summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d1bdc7e41f..c59a3692a735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2833905d2431..a69530b98760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')