summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-06-23 21:08:30 +0200
committershellkr2016-06-23 21:08:30 +0200
commit3baf0e3fdbf34b52f2bc42d86c1d673ac2481fc5 (patch)
tree2d680cfe380cd1e9c4d09057c7283b0fb1c86e81 /PKGBUILD
parent1add1bc343cd70395f6a6d93dd4815cd30a9e729 (diff)
downloadaur-3baf0e3fdbf34b52f2bc42d86c1d673ac2481fc5.tar.gz
Upstream changed dep from dmenu2 to rofi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 567b2c6773d1..bb9671d81f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Simple Linux utility to autocomplete words using dmenu2'
arch=('any')
url="https://github.com/bharadwaj-raju/TextSuggest"
license=('GPL3')
-depends=('python' 'dmenu2' 'xdotool' 'xclip')
+depends=('python' 'rofi' 'xdotool' 'xclip')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/bharadwaj-raju/TextSuggest.git")