summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-07-27 19:54:32 +0200
committershellkr2016-07-27 19:54:32 +0200
commit20716b62ebcf5c1df841e4462a6bb17c7961b377 (patch)
tree6d635d3ec8618eb55f15585831dcb677bbdf32c9
parentef72dc7fa2a109ae7f98bf7224cbb833b5e82a80 (diff)
downloadaur-20716b62ebcf5c1df841e4462a6bb17c7961b377.tar.gz
Upstream changed dependency from xclip to xsel.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bf19b6a55c6..6bdef537bbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 17:48:20 UTC 2016
+# Wed Jul 27 17:53:59 UTC 2016
pkgbase = textsuggest-git
pkgdesc = Simple Linux utility to autocomplete words using rofi
pkgver = r35.ccbcbc9
@@ -11,7 +11,7 @@ pkgbase = textsuggest-git
depends = python
depends = rofi
depends = xdotool
- depends = xclip
+ depends = xsel
provides = textsuggest
source = textsuggest::git+https://github.com/bharadwaj-raju/TextSuggest.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 314f12722781..43beda186e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Simple Linux utility to autocomplete words using rofi'
arch=('any')
url="https://github.com/bharadwaj-raju/TextSuggest"
license=('GPL3')
-depends=('python' 'rofi' 'xdotool' 'xclip')
+depends=('python' 'rofi' 'xdotool' 'xsel')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/bharadwaj-raju/TextSuggest.git")