summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-07-27 19:54:32 +0200
committershellkr2016-07-27 19:54:32 +0200
commit20716b62ebcf5c1df841e4462a6bb17c7961b377 (patch)
tree6d635d3ec8618eb55f15585831dcb677bbdf32c9 /PKGBUILD
parentef72dc7fa2a109ae7f98bf7224cbb833b5e82a80 (diff)
downloadaur-20716b62ebcf5c1df841e4462a6bb17c7961b377.tar.gz
Upstream changed dependency from xclip to xsel.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")