summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Horos2015-10-11 17:12:38 +0300
committerGrigorii Horos2015-10-11 17:12:38 +0300
commitaab3ca34ddceb0c19bf229ec6e2279e1fff90778 (patch)
tree32eb1bd7c10438152137508b09b6fc8e0a6ca18e
parent72b78171feb56a965ae29594174d3cf8f142ccc7 (diff)
downloadaur-aab3ca34ddceb0c19bf229ec6e2279e1fff90778.tar.gz
Fix deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1002cb7198ee..9ea94009ed89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,9 @@ pkgbase = kde-select-and-translate
arch = any
license = MIT
depends = plasma-framework
+ depends = xsel
+ depends = libnotify
+ depends = curl
options = !strip
source = translateselection
source = select-and-translate.khotkeys
diff --git a/PKGBUILD b/PKGBUILD
index 729040124a8f..f774a1a6cadf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Select text and press Alt+Z for translate using Google Translate"
arch=('any')
url="https://github.com/horosgrisa/${pkgname}"
license=('MIT')
-depends=('plasma-framework')
+depends=('plasma-framework' 'xsel' 'libnotify' 'curl')
options=('!strip')
source=("translateselection" "select-and-translate.khotkeys" "LICENSE")
sha256sums=('6190d53833f95632071962434c81a6ddd268ba83749bfc034a2f9da14cd9aeee' 'ce7f64ac60114bc119643a798e8a345ba4172b31780a8dff31c259f3e2227c1d' '1b7eb2d32c4613218a028772370e04720d028f7558f66c6d32cc3037cd72651b')